summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-06-06Fix DSA, preserve BN_FLG_CONSTTIMECesar Pereida
2016-06-03Update CONTRIBUTINGMatt Caswell
2016-06-01Avoid some undefined pointer arithmeticMatt Caswell
2016-05-26Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni
2016-05-26Clarify negative return from X509_verify_cert()Viktor Dukhovni
2016-05-24Fix error return value in SRP functionsMatt Caswell
2016-05-19Check that the obtained public key is validMatt Caswell
2016-05-11Recommend GH over RT, per team vote.Rich Salz
2016-05-11Update S/MIME certificates.Dr. Stephen Henson
2016-05-09Only call FIPS_update, FIPS_final in FIPS mode.Dr. Stephen Henson
2016-05-06Constify PKCS12_newpass()Dr. Stephen Henson
2016-05-06Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson
2016-05-06Only set CMS parameter when encryptingDr. Stephen Henson
2016-05-06Use default ASN.1 for SEED.Dr. Stephen Henson
2016-05-05Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson
2016-05-04Fix name length limit check.Dr. Stephen Henson
2016-05-04Fix double free in d2i_PrivateKey().Dr. Stephen Henson
2016-05-04add documentationDr. Stephen Henson
2016-05-03Prepare for 1.0.1u-devMatt Caswell
2016-05-03Prepare for 1.0.1t releaseOpenSSL_1_0_1tMatt Caswell
2016-05-03make updateMatt Caswell
2016-05-03Update CHANGES and NEWS for the new releaseMatt Caswell
2016-05-03Fix ASN1_INTEGER handling.Dr. Stephen Henson
2016-05-03Check that we have enough padding characters.Kurt Roeckx
2016-05-03Remove some documentation for functions not in 1.0.xMatt Caswell
2016-05-03Add documentation for EVP_EncodeInit() and similar functionsMatt Caswell
2016-05-03Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell
2016-05-03Avoid overflow in EVP_EncodeUpdateMatt Caswell
2016-05-03Prevent EBCDIC overread for very long stringsMatt Caswell
2016-05-03Fix encrypt overflowMatt Caswell
2016-05-02Fix i2d_X509_AUX: pp can be NULL.Dr. Stephen Henson
2016-04-29Don't free ret->data if malloc fails.Dr. Stephen Henson
2016-04-29Add checks to X509_NAME_oneline()Dr. Stephen Henson
2016-04-29Sanity check buffer length.Dr. Stephen Henson
2016-04-29Add size limit to X509_NAME structure.Dr. Stephen Henson
2016-04-28Reject inappropriate private key encryption ciphers.Dr. Stephen Henson
2016-04-26Ensure we check i2d_X509 return valMatt Caswell
2016-04-25Fix a signed/unsigned warningMatt Caswell
2016-04-25Fix NULL deref in apps/pkcs7Rich Salz
2016-04-23Fix buffer overrun in ASN1_parse().Viktor Dukhovni
2016-04-23Harden ASN.1 BIO handling of large amounts of data.Dr. Stephen Henson
2016-04-07Fix memory leak on invalid CertificateRequest.David Benjamin
2016-03-26Fix FIPS SSLv2 testDr. Stephen Henson
2016-03-18Fix the no-comp option for WindowsMatt Caswell
2016-03-18Add a check for a failed mallocMatt Caswell
2016-03-18Ensure that memory allocated for the ticket is freedMatt Caswell
2016-03-18Fix a potential double free in EVP_DigestInit_exMatt Caswell
2016-03-14Add no-ssl2-methodKurt Roeckx
2016-03-09expose SSLv2 method prototypesViktor Dukhovni
2016-03-08Retain SSLv2 methods as functions that return NULLViktor Dukhovni