summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
1999-07-12fix memory leak in s3_clnt.cBodo Möller
1999-07-12correct error handlingBodo Möller
1999-07-11New function RSA_check_key,Bodo Möller
1999-07-11Fix a bug in x509.c that omitted DSA parameters when they didn't match theDr. Stephen Henson
1999-07-09Fix memory checking.Bodo Möller
1999-06-30More no-xxx option tweaks.Ulf Möller
1999-06-29Fix no-hmac and no-ripemd.Ulf Möller
1999-06-25Avoid some memory holes, one of which was pointed out byBodo Möller
1999-06-21"make update"Bodo Möller
1999-06-20Convert the CONF library to use a typesafe stack: a STACK_OF(CONF_VALUE). ItDr. Stephen Henson
1999-06-10Avoid warnings.Bodo Möller
1999-06-09"extern" is a C++ reserved word.Ulf Möller
1999-06-09"make update" (added to top Makefile, and applied).Bodo Möller
1999-06-08Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller
1999-06-07Introduce "BIO pairs", which (when finished) will relay dataBodo Möller
1999-06-07More general definition for S_ISDIR (needed not only for VMS butBodo Möller
1999-06-05More PKCS#8 stuff. Support for unencrypted forms of private key.Dr. Stephen Henson
1999-06-05Add d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outformDr. Stephen Henson
1999-06-05Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots moreDr. Stephen Henson
1999-06-04Aha! That's how pkcs12 got missed from stackification.Ben Laurie
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
1999-06-04Avoid type conflict on Unix with DEC C.Ulf Möller
1999-06-03More evil cast removal.Ben Laurie
1999-05-31stack.Ben Laurie
1999-05-30Another safe stack.Ben Laurie
1999-05-30Another safe stack.Ben Laurie
1999-05-27Free up 'out' before exiting pkcs12 application.Dr. Stephen Henson
1999-05-27der_chop is now generated from der_chop.in.Bodo Möller
1999-05-25Set #!... path to Perl in apps/der_chop automatically.Bodo Möller
1999-05-25Add closing parenthesis to usage output.Bodo Möller
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
1999-05-20Bring VMS in sync with the recent changes.Ulf Möller
1999-05-20Avoid a warning.Ulf Möller
1999-05-19Include some notes on basic extension usage and change openssl.cnf to usuallyDr. Stephen Henson
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson
1999-05-18Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in theDr. Stephen Henson
1999-05-18Get rid of some unnecessary casts and add a necessary one.Bodo Möller
1999-05-17If we couldn't handle "-showcerts" (which happens with the currentBodo Möller
1999-05-17Rename "openssl x509" option "-config" to "-extfile", because itBodo Möller
1999-05-16Oops! Get the pmatch test the right way round.Dr. Stephen Henson
1999-05-16Fix various less obvious bugs in PKCS#7 handling: such as not zeroingDr. Stephen Henson
1999-05-16Change type of various DES function arguments from des_cblockBodo Möller
1999-05-16Added a comment pointing out the behaviour of "openssl x509 -conf ...",Bodo Möller
1999-05-16Marked probable bug, pointed out by Anonymous.Bodo Möller
1999-05-15Various Win32 fixes. Change args in do_ms.bat to put platform last. FixDr. Stephen Henson
1999-05-15Update dependencies.Bodo Möller
1999-05-15Get rid of the cast.Ben Laurie