aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * sha/asm/sha1-x86_64.pl: fix crash in SHAEXT code on Windows.Andy Polyakov2016-08-111-2/+2
| * Sanity check input length in OPENSSL_uni2asc().Dr. 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
| * Limit status message sisze in ts_get_status_checkDr. Stephen Henson2016-08-042-1/+6
| * Don't check any revocation info on proxy certificatesRichard Levitte2016-08-031-0/+2
* | mdebug-backtraceKazuki Yamaguchi2016-08-292-28/+53
|/
* Calculate sequence length properly.Dr. Stephen Henson2016-08-031-1/+1
* include <limits.h>Dr. Stephen Henson2016-08-021-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 CRL time comparison.Dr. Stephen Henson2016-07-291-1/+5
* Add missing casts.Rich Salz2016-07-282-3/+4
* Note cipher BIO write errors too.Dr. Stephen Henson2016-07-261-3/+7
* Set error if EVP_CipherUpdate fails.Dr. Stephen Henson2016-07-261-3/+8
* Use newest CRL.Dr. Stephen Henson2016-07-221-6/+14
* Send alert for bad DH CKEDr. Stephen Henson2016-07-221-2/+4
* Fix OOB read in TS_OBJ_print_bio().Dr. Stephen Henson2016-07-221-3/+2
* Clarify digest change in HMAC_Init_ex()Dr. Stephen Henson2016-07-221-7/+11
* OCSP_request_add0_id() inconsistent error returnTodd Short2016-07-201-1/+3
* Sanity check in ssl_get_algorithm2().Dr. Stephen Henson2016-07-201-1/+4
* Send alert on CKE error.Dr. Stephen Henson2016-07-191-3/+5
* Support PKCS v2.0 print in pkcs12 utility.Dr. Stephen Henson2016-07-191-10/+64
* Check and print out boolean type properly.Dr. Stephen Henson2016-07-191-4/+10
* Fix print of ASN.1 BIGNUM type.Dr. Stephen Henson2016-07-181-1/+14
* Remove the silly CVS markers from LPdir_*.cRichard Levitte2016-07-164-15/+0
* Fix ASN.1 private encode of EC_KEY to not change the input keyRichard Levitte2016-07-151-15/+9
* Disallow multiple protocol flags to s_server and s_clientMatt Caswell2016-07-084-9/+62
* Fix compilation with CMS disabledOrgad Shaneh2016-07-062-0/+10
* Don't indicate errors during initial adb decode.Dr. Stephen Henson2016-07-061-1/+1
* remove double initialization of cryptodev engineCristian Stoica2016-07-051-5/+0
* Avoid an overflow in constructing the ServerKeyExchange messageMatt Caswell2016-07-011-0/+5
* SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov2016-07-013-4/+10
* Convert memset calls to OPENSSL_cleanseMatt Caswell2016-06-306-6/+15
* Allow proxy certs to be present when verifying a chainRichard Levitte2016-06-292-0/+7
* Fix proxy certificate pathlength verificationRichard Levitte2016-06-291-7/+21
* Check that the subject name in a proxy cert complies to RFC 3820Richard Levitte2016-06-295-3/+85
* Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell2016-06-2728-61/+49
* RT2964: Fix it via docRich Salz2016-06-261-0/+17
* Revert "RT2964: Fix it via doc"Rich Salz2016-06-251-10/+0
* RT2964: Fix it via docRich Salz2016-06-251-0/+10
* Ensure HMAC key gets cleansed after useMatt Caswell2016-06-241-0/+2
* Fix ASN1_STRING_to_UTF8 could not convert NumericStringMatt Caswell2016-06-231-1/+1
* doc/crypto/OPENSSL_ia32cap.pod: harmonize with actual declaration.Andy Polyakov2016-06-221-1/+1
* RT3752: Add FIPS callback for thread idJohn Foley2016-06-211-0/+3
* Fix missing opening bracesRichard Levitte2016-06-201-2/+2
* RT3925: Remove trailing semi from #define's.Dr. Matthias St. Pierre2016-06-201-3/+3
* apps/req.c: Increment the right variable when parsing '+'Richard Levitte2016-06-201-4/+3