aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* s390x assembly pack: extend s390x capability vector.Patrick Steuer2017-10-3010-48/+222
* Simplify the stack reservationPaul Yang2017-10-267-21/+15
* Don't use strcasecmp and strncasecmp for IA5 stringsMatt Caswell2017-10-261-7/+46
* Add sk_TYPE_new_reserve() functionPaul Yang2017-10-261-6/+22
* asn1_item_embed_new(): if locking failed, don't call asn1_item_embed_free()Richard Levitte2017-10-241-2/+7
* asn1_item_embed_new(): don't free an embedded itemRichard Levitte2017-10-243-9/+4
* Don't make any changes to the lhash structure if we are going to failMatt Caswell2017-10-241-22/+40
* Fix memory leak in GENERAL_NAME_set0_othername.Xiangyu Bu2017-10-231-0/+1
* asn1_item_embed_new(): don't free an embedded itemRichard Levitte2017-10-231-2/+4
* Correct value for BN_security_bits()Matt Caswell2017-10-231-1/+1
* Remove duplicate assignment.KaoruToda2017-10-211-1/+1
* Remove parentheses of return.KaoruToda2017-10-18165-1053/+1053
* Add missing RAND_DRBG lockingBenjamin Kaduk2017-10-182-2/+23
* Remove unnecessary DRBG_RESEED stateDr. Matthias St. Pierre2017-10-182-8/+7
* Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre2017-10-1811-305/+879
* s390x assembly pack: remove capability double-checking.Patrick Steuer2017-10-174-29/+6
* crypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.Patrick Steuer2017-10-171-2/+2
* x509v3/v3_utl.c: avoid double-free.Andy Polyakov2017-10-171-1/+3
* modes/gcm128.c: harmonize GCM_MUL macro with GHASH.Andy Polyakov2017-10-171-45/+56
* added cmcCA and cmcRA as per rfc6402, capitalized per RFC7030 authorMichael Richardson2017-10-163-6/+20
* Code hygiene; initialize some pointers.Mouse2017-10-162-2/+2
* Remove email addresses from source code.Rich Salz2017-10-1390-229/+122
* Add CRYPTO_get_alloc_counts.Rich Salz2017-10-122-34/+60
* Fix memory leak in DH_get_nid()Benjamin Kaduk2017-10-121-4/+3
* make updateDr. Stephen Henson2017-10-124-3/+33
* Add pad supportDr. Stephen Henson2017-10-121-1/+15
* Add RFC7919 support to EVPDr. Stephen Henson2017-10-121-4/+35
* Add objects for RFC7919 parametersDr. Stephen Henson2017-10-121-0/+7
* DH named parameter supportDr. Stephen Henson2017-10-124-1/+88
* Add primes from RFC7919Dr. Stephen Henson2017-10-121-0/+288
* Support constant BN for DH parametersDr. Stephen Henson2017-10-122-22/+17
* make updateDr. Stephen Henson2017-10-122-0/+3
* Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson2017-10-123-3/+26
* Fix memory leak on lookup failureDr. Stephen Henson2017-10-121-0/+3
* Don't ignore passed ENGINE.Dr. Stephen Henson2017-10-121-2/+3
* Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell2017-10-111-6/+16
* Return a value from atomic read on Windows.Pauli2017-10-112-2/+2
* Fix typosKeshav Kini2017-10-101-3/+3
* crypto/x509v3/v3_utl.c, ssl/ssl_cert.c: fix Coverity problems.Andy Polyakov2017-10-101-1/+4
* Add atomic write callPauli2017-10-103-1/+32
* Add a CRYPTO_atomic_read call which allows an int variable to be readPauli2017-10-103-0/+31
* Since return is inconsistent, I removed unnecessary parentheses andKaoruToda2017-10-0947-113/+113
* Document that lhash isn't thread safe under any circumstances andPauli2017-10-093-55/+29
* Rewrite some codeRich Salz2017-10-071-35/+19
* stack/stack.c: various cleanups.Andy Polyakov2017-10-051-34/+23
* Session resume broken switching contextsTodd Short2017-10-041-0/+1
* Use more pre-allocationFdaSilvaYY2017-10-035-51/+72
* Postpone allocation of STACK internal storage ... until a first push(),FdaSilvaYY2017-10-031-33/+63
* nistp521: add a comment to the P+P exceptional case in point_add.Adam Langley2017-10-021-3/+19
* Fix the return type of felem_is_zero_int which should be int.Bernd Edlinger2017-10-023-6/+3