summaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Expand)Author
2001-03-12fix memory leak in err.cBodo Möller
2001-03-11Add functions EC_POINT_mul and EC_GROUP_precompute.Bodo Möller
2001-03-10comment and error code updateBodo Möller
2001-03-10More EC stuff, including EC_POINTs_mul() for simultaneous scalarBodo Möller
2001-03-10For some experiments, it is sometimes nice to serve files with completeRichard Levitte
2001-03-10Add the 'ec' directory to mkdef.pl and mkfiles.plDr. Stephen Henson
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-03-08ssl23_peekBodo Möller
2001-03-08More method functions for elliptic curves,Bodo Möller
2001-03-08note the rand_win.c changeUlf Möller
2001-03-08Hide BN_CTX structure details.Bodo Möller
2001-03-08Make EVP_Digest*() routines return a value.Dr. Stephen Henson
2001-03-07Fix ERR_R_... problems.Bodo Möller
2001-03-05Document the SSLv2 session reuse fix.Richard Levitte
2001-03-05New option '-subj arg' for 'openssl req' and 'openssl ca'. ThisBodo Möller
2001-03-02Introduce the possibility to access global variables throughRichard Levitte
2001-03-01Fix bug in copy_email() which would notDr. Stephen Henson
2001-02-28Fix a bug which caused BN_div to produce theDr. Stephen Henson
2001-02-26Enhance OCSP_request_verify() so it finds the signers certificateDr. Stephen Henson
2001-02-24New function and options to check OCSP response validity.Dr. Stephen Henson
2001-02-24Print out OID of unknown signature or public keyDr. Stephen Henson
2001-02-24Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson
2001-02-23Make OCSP cert id code tolerate a missing issuer certificateDr. Stephen Henson
2001-02-23Oops, forgot CHANGES entry for ASN1_ITEM_FUNCTIONS.Dr. Stephen Henson
2001-02-21Note changes re: session ID generation callbacks, etc.Geoff Thorpe
2001-02-21Modify mkdef.pl to recognise and parse prprocessor conditionals of theRichard Levitte
2001-02-20Fix BN_[pseudo_]rand: 'mask' must be used even if top=-1.Bodo Möller
2001-02-19note OPENSSL_issetugid().Ulf Möller
2001-02-19I forgot to document the system identification macrosRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-02-19New -set_serial options to 'req' and 'x509'.Dr. Stephen Henson
2001-02-19Memory leak detection bugfixes for multi-threading.Bodo Möller
2001-02-16New options to 'ca' utility to support CRL entry extensions.Dr. Stephen Henson
2001-02-15Move entry to match chronologic orderering.Lutz Jänicke
2001-02-15Don't forget to mention minor change.Lutz Jänicke
2001-02-14Option to disable standard block padding with EVP API.Dr. Stephen Henson
2001-02-14Initial OCSP SSL support.Dr. Stephen Henson
2001-02-14IRIX bugfixUlf Möller
2001-02-13New function OCSP_parse_url() and -url option for ocsp utility.Dr. Stephen Henson
2001-02-12Modify OCSP nonce behaviour.Dr. Stephen Henson
2001-02-12Work around for libsafe "error".Dr. Stephen Henson
2001-02-10disable stdin buffering in load_certBodo Möller
2001-02-10Fix CRL printing to correctly show when there are no revoked certificates.Dr. Stephen Henson
2001-02-09New Option SSL_OP_CIPHER_SERVER_PREFERENCE allows TLS/SSLv3 server to overrideLutz Jänicke
2001-02-09Various updates to mkdef.pl to cope with new aesDr. Stephen Henson
2001-02-08Allow various options to be included for signing and verify ofDr. Stephen Henson
2001-02-08Add the -VAfile option to 'openssl ocsp'. This option will give theRichard Levitte
2001-02-08Integrate my implementation of a countermeasure againstBodo Möller
2001-02-07Bleichenbacher's DSA attackUlf Möller
2001-02-07Fix AES code.Dr. Stephen Henson