aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sanity check input length in OPENSSL_uni2asc().OpenSSL_1_0_1-stableDr. Stephen Henson2016-08-051-0/+4
* Leak fixes.Dr. Stephen Henson2016-08-053-6/+6
* Return error when trying to print invalid ASN1 integerKurt Roeckx2016-08-041-0/+2
* Limit recursion depth in old d2i_ASN1_bytes functionDr. Stephen Henson2016-08-041-15/+43
* Check for overflows in i2d_ASN1_SET()Dr. Stephen Henson2016-08-041-2/+7
* Calculate sequence length properly.Dr. Stephen Henson2016-08-031-1/+1
* include <limits.h>Dr. Stephen Henson2016-08-031-0/+1
* Check for overflows in ASN1_object_size().Dr. Stephen Henson2016-08-021-12/+16
* Check for overlows and error return from ASN1_object_size()Dr. Stephen Henson2016-08-022-10/+17
* Fix OOB read in TS_OBJ_print_bio().Dr. Stephen Henson2016-07-221-3/+2
* Convert memset calls to OPENSSL_cleanseMatt Caswell2016-06-306-6/+15
* Allow proxy certs to be present when verifying a chainRichard Levitte2016-06-302-0/+7
* Fix proxy certificate pathlength verificationRichard Levitte2016-06-301-7/+21
* Check that the subject name in a proxy cert complies to RFC 3820Richard Levitte2016-06-305-2/+84
* Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell2016-06-2730-62/+54
* More fix DSA, preserve BN_FLG_CONSTTIMEMatt Caswell2016-06-071-3/+8
* Fix DSA, preserve BN_FLG_CONSTTIMECesar Pereida2016-06-061-3/+3
* Update CONTRIBUTINGMatt Caswell2016-06-031-9/+16
* Avoid some undefined pointer arithmeticMatt Caswell2016-06-013-30/+34
* Ensure verify error is set when X509_verify_cert() failsViktor Dukhovni2016-05-265-8/+70
* Clarify negative return from X509_verify_cert()Viktor Dukhovni2016-05-261-6/+7
* Fix error return value in SRP functionsMatt Caswell2016-05-241-7/+13
* Check that the obtained public key is validMatt Caswell2016-05-191-0/+6
* Recommend GH over RT, per team vote.Rich Salz2016-05-111-28/+58
* Update S/MIME certificates.Dr. Stephen Henson2016-05-117-205/+317
* Only call FIPS_update, FIPS_final in FIPS mode.Dr. Stephen Henson2016-05-091-7/+7
* Constify PKCS12_newpass()Dr. Stephen Henson2016-05-062-10/+12
* Tidy up PKCS12_newpass() fix memory leaks.Dr. Stephen Henson2016-05-061-50/+43
* Only set CMS parameter when encryptingDr. Stephen Henson2016-05-061-15/+16
* Use default ASN.1 for SEED.Dr. Stephen Henson2016-05-061-1/+2
* Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson2016-05-051-11/+14
* Fix name length limit check.Dr. Stephen Henson2016-05-041-4/+2
* Fix double free in d2i_PrivateKey().Dr. Stephen Henson2016-05-041-3/+5
* add documentationDr. Stephen Henson2016-05-041-0/+59
* Prepare for 1.0.1u-devMatt Caswell2016-05-035-5/+13
* Prepare for 1.0.1t releaseOpenSSL_1_0_1tMatt Caswell2016-05-034-6/+6
* make updateMatt Caswell2016-05-031-4/+4
* Update CHANGES and NEWS for the new releaseMatt Caswell2016-05-032-1/+97
* Fix ASN1_INTEGER handling.Dr. Stephen Henson2016-05-033-6/+0
* Check that we have enough padding characters.Kurt Roeckx2016-05-031-0/+3
* Remove some documentation for functions not in 1.0.xMatt Caswell2016-05-031-22/+3
* Add documentation for EVP_EncodeInit() and similar functionsMatt Caswell2016-05-032-0/+151
* Ensure EVP_EncodeUpdate handles an output length that is too longMatt Caswell2016-05-031-2/+8
* Avoid overflow in EVP_EncodeUpdateMatt Caswell2016-05-031-1/+1
* Prevent EBCDIC overread for very long stringsMatt Caswell2016-05-031-2/+3
* Fix encrypt overflowMatt Caswell2016-05-031-1/+1
* Fix i2d_X509_AUX: pp can be NULL.Dr. Stephen Henson2016-05-021-2/+3
* Don't free ret->data if malloc fails.Dr. Stephen Henson2016-04-291-2/+2
* Add checks to X509_NAME_oneline()Dr. Stephen Henson2016-04-293-2/+19
* Sanity check buffer length.Dr. Stephen Henson2016-04-291-0/+2