summaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Expand)Author
2000-02-08Add command line password options to the reamining utilities,Dr. Stephen Henson
2000-02-06Improve bntest slightly, and fix another bug in the BN library.Ulf Möller
2000-02-06Support for MacOS X (Rhapsody) is added. Also get rid of volatileAndy Polyakov
2000-02-06BN_div bugfix. The q-- loop should not be entered in the n0==d0 case.Ulf Möller
2000-02-05Add support for some broken PKCS#8 formats.Dr. Stephen Henson
2000-02-05New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson
2000-02-02rndsort{Miller, Rabin} primality test.Bodo Möller
2000-02-01Change log entry completed.Bodo Möller
2000-02-01EBCDIC support.Ulf Möller
2000-01-30Note changes.Ulf Möller
2000-01-30Documentation for BN_is_prime_fasttest.Bodo Möller
2000-01-30Make output of "openssl dsaparam 1024" more interesting :-)Bodo Möller
2000-01-30Tiny changes to previous patch (the log message was meant to beBodo Möller
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller
2000-01-29Fix CRL encoding bug.Dr. Stephen Henson
2000-01-28more information on 0.9.5Bodo Möller
2000-01-28New -pkcs12 option to CA.pl.Dr. Stephen Henson
2000-01-27Document DSA and SHA.Ulf Möller
2000-01-27Run ispell.Ulf Möller
2000-01-24Avoid a race condition.Bodo Möller
2000-01-24Improve clarity.Bodo Möller
2000-01-24Document RAND_load_file change.Bodo Möller
2000-01-23Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson
2000-01-23Make s_server, s_client check cipher list return codes.Dr. Stephen Henson
2000-01-22Document the DH library, and make some minor changes along the way.Ulf Möller
2000-01-22Add new program dhparam and update docs.Dr. Stephen Henson
2000-01-22Gets Lutz Jaenicke's name right this time :-)Dr. Stephen Henson
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson
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-19Rename X509_att*() stuff to X509at_*(), add X509_REQ wrappers.Dr. Stephen Henson
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-13note about things still to do with RAND_bytesBodo Möller
2000-01-13Use CRYPTO_push_info to find a memory leak in pkcs12.c.Bodo Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
2000-01-12Turn BN_prime_checks into a macro.Bodo Möller
2000-01-11Added a comment about Win32.Richard Levitte
2000-01-11Add more info to the memory allocation change log.Richard Levitte
2000-01-11The buffer in ss3_read_n cannot actually occur because it is neverBodo Möller
2000-01-11Clean up some of the SSL server code.Bodo Möller
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson
2000-01-08Add PKCS#12 manpage and use MAC iteration counts by default.Dr. Stephen Henson
2000-01-07Honor the no-xxx Configure options when creating .DEF files.Ulf 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-06New functions SSL_get_finished, SSL_get_peer_finished.Bodo Möller