aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'OpenSSL_1_0_2-stable' of https://github.com/openssl/openssl int...OpenSSL_1_0_2-stableKazuki Yamaguchi2016-08-2945-465/+797
|\
| * SRP_create_verifier does not check for NULL before OPENSSL_cleanseMatt Caswell2016-08-261-1/+2
| * Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.cRichard Levitte2016-08-261-1/+1
| * Fix a few leaks in X509_REQ_to_X509.FdaSilvaYY2016-08-261-5/+9
| * ec/asm/ecp_nistz256-x86_64.pl: /cmovb/cmovc/ as nasm doesn't recognize cmovb.Andy Polyakov2016-08-261-40/+40
| * ec/ecp_nistz256: harmonize is_infinity with ec_GFp_simple_is_at_infinity.Andy Polyakov2016-08-262-31/+50
| * ec/asm/ecp_nistz256-x86_64.pl: addition to perform stricter reduction.Andy Polyakov2016-08-262-62/+84
| * Avoid overflow in MDC2_Update()Dr. Stephen Henson2016-08-241-1/+1
| * Don't check for malloc failure twice.David Benjamin2016-08-221-5/+0
| * Fix overflow check in BN_bn2dec()Kazuki Yamaguchi2016-08-221-3/+2
| * RT2676: Reject RSA eponent if even or 1Rich Salz2016-08-222-57/+36
| * VMS: Use strict refdef extern model when building library object filesRichard Levitte2016-08-221-1/+1
| * bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking.Andy Polyakov2016-08-223-179/+274
| * ec/ecp_nistz256.c: get is_one on 32-bit platforms right.Andy Polyakov2016-08-211-15/+22
| * Fix incorrect return argument.Rich Salz2016-08-211-1/+1
| * Fix off by 1 in ASN1_STRING_set()Kurt Roeckx2016-08-201-1/+1
| * Fix NULL-return checks in 1.0.2Rich Salz2016-08-1911-1/+54
| * VSI submission: RAND fixupsRichard Levitte2016-08-192-53/+91
| * VSI submission: make better use of item lists in o_time.cRichard Levitte2016-08-191-18/+55
| * VSI submission: avoid pointer size warnings in mem.cRichard Levitte2016-08-191-2/+18
| * evp_test.c: avoid warning from having a pointer difference returned as intRichard Levitte2016-08-191-1/+3
| * make update to have PEM_R_HEADER_TOO_LONG definedRichard Levitte2016-08-163-4/+7
| * Limit reads in do_b2i_bio()Dr. Stephen Henson2016-08-161-0/+7
| * Check for errors in BN_bn2dec()Dr. Stephen Henson2016-08-161-3/+8
| * Check for errors in a2d_ASN1_OBJECT()Dr. Stephen Henson2016-08-161-2/+6
| * 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-291-26/+50
|/
* 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
* 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
* Fix OOB read in TS_OBJ_print_bio().Dr. Stephen Henson2016-07-221-3/+2
* OCSP_request_add0_id() inconsistent error returnTodd Short2016-07-201-1/+3
* 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
* 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