summaryrefslogtreecommitdiffstats
path: root/CHANGES
AgeCommit message (Expand)Author
2005-04-12Include error library value in C error source files instead of fixing upDr. Stephen Henson
2005-04-09Make kerberos ciphersuite code work with newer header filesDr. Stephen Henson
2005-04-09Added restrictions on the use of proxy certificates, as they may poseRichard Levitte
2005-04-08add support for DER encoded private keys to SSL_CTX_use_PrivateKey_file()Nils Larsch
2005-04-07get rid of very buggy and very imcomplete DH cert supportNils Larsch
2005-04-02use SHA-1 as the default digest for the apps/openssl commandsNils Larsch
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-24Harmonize with CHANGES as distributed in OpenSSL 0.9.7f.Bodo Möller
2005-03-24undo Cygwin changeUlf Möller
2005-03-22Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server andDr. Stephen Henson
2005-03-19Use Windows randomness code on CygwinUlf Möller
2005-03-02In addition to RC5, also exclude MDC2 from compilation unlessBodo Möller
2005-02-22Change ./Configure so that certain algorithms can be disabled by default.Bodo Möller
2005-02-19Fix hang in EGD/PRNGD query when communication socket is closedLutz Jänicke
2004-12-29Prompt for passphrases for PKCS12 input formatDr. Stephen Henson
2004-12-28Add functionality needed to process proxy certificates.Richard Levitte
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2004-12-03Add -passin argument to dgst command.Dr. Stephen Henson
2004-12-01Perform partial comparison of different character types in X509_NAME_cmp().Dr. Stephen Henson
2004-11-29Document the change.Richard Levitte
2004-11-26Summarize recent RC4 tune-ups.Andy Polyakov
2004-11-25Allow alternative manual sections to be embedded in .pod file comments.Dr. Stephen Henson
2004-11-16PR: 910Dr. Stephen Henson
2004-10-04Fix race condition when CRL checking is enabled.Dr. Stephen Henson
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson
2004-08-04Make a note of the new engine.Geoff Thorpe
2004-07-06Delta CRL support in extension code.Dr. Stephen Henson
2004-06-17Deprecate unused cruft, and "make update".Geoff Thorpe
2004-05-31Mention new SHA algorithms in CHANGES. This completes the integration.Andy Polyakov
2004-05-15Fixes so alerts are sent properly in s3_pkt.cDr. Stephen Henson
2004-05-13CHANGES to mention improved PowerPC platform support.Andy Polyakov
2004-05-04- update from current 0.9.6-stable CHANGES fileBodo Möller
2004-04-26Allow RSA key-generation to specify an arbitrary public exponent. JelteGeoff Thorpe
2004-04-21As far as I can tell, the bugfix this comment refers to was committed toGeoff Thorpe
2004-04-20Reduce chances of issuer and serial number duplication by use of randomDr. Stephen Henson
2004-04-19Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe
2004-03-31Oops forgot CHANGES entry.Dr. Stephen Henson
2004-03-28Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson
2004-03-27Allow CRLs to be passed into X509_STORE_CTX. This is useful when theDr. Stephen Henson
2004-03-27Extend OID config module format.Dr. Stephen Henson
2004-03-25Replace the BN_CTX implementation with my current work. I'm leaving theGeoff Thorpe
2004-03-25By adding a BN_CTX parameter to the 'rsa_mod_exp' callback, private keyGeoff Thorpe
2004-03-23Initial support for certificate policy checking and evaluation.Dr. Stephen Henson
2004-03-17Note my bignum hijinx in case app maintainers are using CHANGES for theirGeoff Thorpe
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2004-03-13Convert openssl code not to assume the deprecated form of BN_zero().Geoff Thorpe
2004-03-13Document a change I'd already made, and at the same time, correct theGeoff Thorpe
2004-03-08Support for inhibitAnyPolicy extension.Dr. Stephen Henson
2004-03-05Various X509 fixes. Disable broken certificate workaroundsDr. Stephen Henson
2004-02-19Use an OCTET STRING for the encoding of an OCSP nonce value.Dr. Stephen Henson