summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2000-01-28Synchronise with Unix codeRichard Levitte
2000-01-28New -pkcs12 option to CA.pl.Dr. Stephen Henson
2000-01-24RAND_load_file(..., -1) now means "read the complete file";Bodo Möller
2000-01-24RAND_pseudo_bytes is good enough for encryption IVs,Bodo Möller
2000-01-23Make s_server, s_client check cipher list return codes.Dr. Stephen Henson
2000-01-22dh renamed to dhparamUlf Möller
2000-01-22Add new program dhparam and update docs.Dr. Stephen Henson
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson
2000-01-21add ERR_print_errors after "end" label.Bodo Möller
2000-01-21Make -CAcreateserial start from 1 instead of 0 forDr. Stephen Henson
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson
2000-01-17It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller
2000-01-16New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller
2000-01-15Enable memory checking earlier (we correctly free everythingBodo Möller
2000-01-13Use CRYPTO_push_info to track down memory leakBodo Möller
2000-01-13slightly change usage informationBodo Möller
2000-01-13Use CRYPTO_push_info to find a memory leak in pkcs12.c.Bodo Möller
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson
2000-01-08Make NO_RSA compile with pedantic.Ben Laurie
2000-01-08Add -prexit command to s_client and patch some BIODr. Stephen Henson
2000-01-08Manpages for the DH utils and fix for a memory leak in dh programDr. Stephen Henson
2000-01-08Add PKCS#12 manpage and use MAC iteration counts by default.Dr. Stephen Henson
2000-01-07CA.pl is now generated automatically (using CA.pl.in as input)Bodo Möller
2000-01-07apps/openssl.cnf and the documentation say it's "nombstr",Bodo Möller
2000-01-07make no-des and no-rc2 work.Bodo Möller
2000-01-07More X509_ATTRIBUTE changes.Dr. Stephen Henson
2000-01-06Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson
2000-01-05Rename CA.pl to CA.pl.in (no actual changes), and let ConfigureBodo Möller
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson
1999-12-29Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson
1999-12-24Allow passwords to be included on command line for a fewDr. Stephen Henson
1999-12-24Fixes so NO_RSA works again.Dr. Stephen Henson
1999-12-23Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson
1999-12-18RenameBodo Möller
1999-12-18fix typos and other little errors ...Bodo Möller
1999-12-18Avoid shadowing p to make the compiler happy.Bodo Möller
1999-12-18Add a comment.Bodo Möller
1999-12-18Add missing semicolon to make compiler happy, and switch backBodo Möller
1999-12-17Use MemCheck_start() instead of CRYPTO_mem_ctrl(), and generate a small leak ...Richard Levitte
1999-12-16Synchronise VMS scripts with Unix MakefilesRichard Levitte
1999-12-14Various S/MIME fixes. Fix for memory leak, recipient list bugDr. Stephen Henson
1999-12-09Make the PKCS#7 S/MIME functions check for passed NULL pointers.Dr. Stephen Henson
1999-12-08Add i2d_ASN1_PRINTABLESTRING() function, and do 'make update'Dr. Stephen Henson
1999-12-07Modify S/MIME application so the -signer option writes the signer(s)Dr. Stephen Henson
1999-12-05Merge in my S/MIME library and utility.Dr. Stephen Henson
1999-12-03Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller
1999-12-02Change the trust and purpose code so it doesn't need initDr. Stephen Henson
1999-12-01Modify the X509 V3 extension lookup code.Dr. Stephen Henson