aboutsummaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Expand)AuthorFilesLines
1999-06-10Avoid warnings.Bodo Möller11-23/+23
1999-06-09"extern" is a C++ reserved word.Ulf Möller1-2/+2
1999-06-09"make update" (added to top Makefile, and applied).Bodo Möller1-2/+2
1999-06-08Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1-4/+25
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller6-179/+179
1999-06-07Introduce "BIO pairs", which (when finished) will relay dataBodo Möller1-0/+18
1999-06-07More general definition for S_ISDIR (needed not only for VMS butBodo Möller1-5/+5
1999-06-05More PKCS#8 stuff. Support for unencrypted forms of private key.Dr. Stephen Henson1-28/+64
1999-06-05Add d2i,i2d bio and fp functions for PKCS#8 and add -inform and -outformDr. Stephen Henson1-4/+26
1999-06-05Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots moreDr. Stephen Henson3-3/+200
1999-06-04Aha! That's how pkcs12 got missed from stackification.Ben Laurie1-1/+19
1999-06-04Some constification and stacks that slipped through the cracks (how?).Ben Laurie1-24/+24
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller3-2/+170
1999-06-04Avoid type conflict on Unix with DEC C.Ulf Möller3-3/+3
1999-06-03More evil cast removal.Ben Laurie3-9/+9
1999-05-31stack.Ben Laurie2-6/+6
1999-05-30Another safe stack.Ben Laurie1-5/+5
1999-05-30Another safe stack.Ben Laurie1-4/+4
1999-05-27Free up 'out' before exiting pkcs12 application.Dr. Stephen Henson1-0/+1
1999-05-27der_chop is now generated from der_chop.in.Bodo Möller1-0/+2
1999-05-25Set #!... path to Perl in apps/der_chop automatically.Bodo Möller1-0/+0
1999-05-25Add closing parenthesis to usage output.Bodo Möller1-1/+1
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller3-422/+429
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller3-429/+423
1999-05-20Bring VMS in sync with the recent changes.Ulf Möller1-19/+43
1999-05-20Avoid a warning.Ulf Möller1-1/+1
1999-05-19Include some notes on basic extension usage and change openssl.cnf to usuallyDr. Stephen Henson1-19/+27
1999-05-19New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1-3/+3
1999-05-18Change default PKCS#12 iteration count to 2048, include rsa_oeap_test in theDr. Stephen Henson1-1/+1
1999-05-18Get rid of some unnecessary casts and add a necessary one.Bodo Möller1-6/+9
1999-05-17If we couldn't handle "-showcerts" (which happens with the currentBodo Möller1-1/+5
1999-05-17Rename "openssl x509" option "-config" to "-extfile", because itBodo Möller2-3/+3
1999-05-16Oops! Get the pmatch test the right way round.Dr. Stephen Henson1-1/+1
1999-05-16Fix various less obvious bugs in PKCS#7 handling: such as not zeroingDr. Stephen Henson1-3/+1
1999-05-16Change type of various DES function arguments from des_cblockBodo Möller1-5/+5
1999-05-16Added a comment pointing out the behaviour of "openssl x509 -conf ...",Bodo Möller1-0/+7
1999-05-16Marked probable bug, pointed out by Anonymous.Bodo Möller1-1/+3
1999-05-15Various Win32 fixes. Change args in do_ms.bat to put platform last. FixDr. Stephen Henson1-1/+1
1999-05-15Update dependencies.Bodo Möller1-379/+394
1999-05-15Get rid of the cast.Ben Laurie1-3/+7
1999-05-13Cut&paste error.Ulf Möller1-2/+2
1999-05-13New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1-0/+3
1999-05-13Remove redundant ifdef.Ulf Möller2-9/+1
1999-05-13VMS support bug fixes.Ulf Möller4-10/+12
1999-05-13VMS support.Ulf Möller16-30/+1809
1999-05-12Add new -out option to asn1parse to allow the parsed data to be output.Dr. Stephen Henson1-3/+29
1999-05-11argc counting bug fixed.Bodo Möller1-1/+1
1999-05-11Move openssl.cnf out of lib/.Ulf Möller2-2/+2
1999-05-10Move openssl.cnf out of lib/.Ulf Möller2-3/+3
1999-05-10Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1-0/+1