summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* VMS updates.Ulf Möller1999-07-285-22/+27
* additional argument for key_callbackBodo Möller1999-07-211-2/+2
* Additional user data argument to pem_password_cb function typeBodo Möller1999-07-2118-41/+41
* Fix option processing.Bodo Möller1999-07-141-4/+4
* fix memory leak in s3_clnt.cBodo Möller1999-07-121-14/+22
* correct error handlingBodo Möller1999-07-121-8/+13
* New function RSA_check_key,Bodo Möller1999-07-111-1/+27
* Fix a bug in x509.c that omitted DSA parameters when they didn't match theDr. Stephen Henson1999-07-111-12/+0
* Fix memory checking.Bodo Möller1999-07-091-1/+1
* More no-xxx option tweaks.Ulf Möller1999-06-301-2/+4
* Fix no-hmac and no-ripemd.Ulf Möller1999-06-291-1/+3
* Avoid some memory holes, one of which was pointed out byBodo Möller1999-06-251-1/+1
* "make update"Bodo Möller1999-06-211-10/+12
* Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson1999-06-202-42/+44
* Avoid warnings.Bodo Möller1999-06-1011-23/+23
* "extern" is a C++ reserved word.Ulf Möller1999-06-091-2/+2
* "make update" (added to top Makefile, and applied).Bodo Möller1999-06-091-2/+2
* Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1999-06-081-4/+25
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-076-179/+179
* Introduce "BIO pairs", which (when finished) will relay dataBodo Möller1999-06-071-0/+18
* More general definition for S_ISDIR (needed not only for VMS butBodo Möller1999-06-071-5/+5
* More PKCS#8 stuff. Support for unencrypted forms of private key.Dr. Stephen Henson1999-06-051-28/+64
* Add d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outformDr. Stephen Henson1999-06-051-4/+26
* Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots moreDr. Stephen Henson1999-06-053-3/+200
* Aha! That's how pkcs12 got missed from stackification.Ben Laurie1999-06-041-1/+19
* Some constification and stacks that slipped through the cracks (how?).Ben Laurie1999-06-041-24/+24
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-043-2/+170
* Avoid type conflict on Unix with DEC C.Ulf Möller1999-06-043-3/+3
* More evil cast removal.Ben Laurie1999-06-033-9/+9
* stack.Ben Laurie1999-05-312-6/+6
* Another safe stack.Ben Laurie1999-05-301-5/+5
* Another safe stack.Ben Laurie1999-05-301-4/+4
* Free up 'out' before exiting pkcs12 application.Dr. Stephen Henson1999-05-271-0/+1
* der_chop is now generated from der_chop.in.Bodo Möller1999-05-271-0/+2
* Set #!... path to Perl in apps/der_chop automatically.Bodo Möller1999-05-251-0/+0
* Add closing parenthesis to usage output.Bodo Möller1999-05-251-1/+1
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-213-422/+429
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-203-429/+423
* Bring VMS in sync with the recent changes.Ulf Möller1999-05-201-19/+43
* Avoid a warning.Ulf Möller1999-05-201-1/+1
* Include some notes on basic extension usage and change openssl.cnf to usuallyDr. Stephen Henson1999-05-191-19/+27
* New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1999-05-191-3/+3
* Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in theDr. Stephen Henson1999-05-181-1/+1
* Get rid of some unnecessary casts and add a necessary one.Bodo Möller1999-05-181-6/+9
* If we couldn't handle "-showcerts" (which happens with the currentBodo Möller1999-05-171-1/+5
* Rename "openssl x509" option "-config" to "-extfile", because itBodo Möller1999-05-172-3/+3
* Oops! Get the pmatch test the right way round.Dr. Stephen Henson1999-05-161-1/+1
* Fix various less obvious bugs in PKCS#7 handling: such as not zeroingDr. Stephen Henson1999-05-161-3/+1
* Change type of various DES function arguments from des_cblockBodo Möller1999-05-161-5/+5
* Added a comment pointing out the behaviour of "openssl x509 -conf ...",Bodo Möller1999-05-161-0/+7