aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Revert "Add padding spaces before printing algo."Rich Salz1-3/+0
2017-11-15Add padding spaces before printing algo.Yutian Li1-0/+3
2017-11-13remove magic numberFdaSilvaYY1-1/+2
2017-11-13ARMv8 assembly pack: add Qualcomm Kryo results.Andy Polyakov7-0/+7
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov6-124/+138
2017-11-13evp/pbe_scrypt.c: add boundary condition for implicit cast.Andy Polyakov1-4/+12
2017-11-13asn1/a_strex.c: fix flags truncation in do_esc_char.Andy Polyakov1-8/+7
2017-11-11Add an API to get the signer of an OCSP responseBenjamin Kaduk1-0/+9
2017-11-11Many spelling fixes/typo's corrected.Josh Soref72-139/+139
2017-11-11lhash.c: Replace Unicode EN DASH with the ASCII char '-'.Long Qin1-1/+1
2017-11-10Fix possible leaks on sk_X509_EXTENSION_push() failure ...FdaSilvaYY1-7/+18
2017-11-08OPENSSL_ia32cap: reserve for new extensions.Andy Polyakov2-7/+18
2017-11-08Don't NULL check before calling DSO_free.Rich Salz1-2/+1
2017-11-08Removre comment with user's nameRich Salz1-1/+0
2017-11-07Various typoFdaSilvaYY1-2/+2
2017-11-07style : fix some if(...FdaSilvaYY2-16/+16
2017-11-07Remove 4 broken macros from ocsp.hMatt Caswell1-0/+16
2017-11-06SM3: restructure to EVP internal and update doc to right locationRonald Tse6-62/+79
2017-11-06SM3: Add SM3 hash functionJack Lloyd9-6/+375
2017-11-05Implement Maximum Fragment Length TLS extension.FdaSilvaYY1-0/+7
2017-11-05aes/asm/{aes-armv4|bsaes-armv7}.pl: make it work with binutils-2.29.Andy Polyakov2-6/+6
2017-11-03Check return value of OBJ_nid2obj in dsa_pub_encode.Pavel Kopyl1-2/+6
2017-11-03Add error handling in dsa_main and ASN1_i2d_bio.Pavel Kopyl1-0/+3
2017-11-03Fix error handling in i2d* functions.Pavel Kopyl1-4/+4
2017-11-02bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_internal.Andy Polyakov1-2/+10
2017-11-01Address a timing side channel whereby it is possible to determine somePauli1-6/+20
2017-11-01 Address a timing side channel whereby it is possible to determine somePauli1-10/+25
2017-10-31SM4: Add SM4 block cipher to EVPRonald Tse9-8/+470
2017-10-30Only reset the ctx when a cipher is givenKurt Roeckx1-1/+2
2017-10-30make updateRichard Levitte2-0/+6
2017-10-30EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte1-0/+5
2017-10-30EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methodsRichard Levitte1-0/+18
2017-10-30Prevent NULL dereference in async clear-fd codeBenjamin Kaduk1-0/+1
2017-10-30s390x assembly pack: extend s390x capability vector.Patrick Steuer10-48/+222
2017-10-26Simplify the stack reservationPaul Yang7-21/+15
2017-10-26Don't use strcasecmp and strncasecmp for IA5 stringsMatt Caswell1-7/+46
2017-10-26Add sk_TYPE_new_reserve() functionPaul Yang1-6/+22
2017-10-24asn1_item_embed_new(): if locking failed, don't call asn1_item_embed_free()Richard Levitte1-2/+7
2017-10-24asn1_item_embed_new(): don't free an embedded itemRichard Levitte3-9/+4
2017-10-24Don't make any changes to the lhash structure if we are going to failMatt Caswell1-22/+40
2017-10-23Fix memory leak in GENERAL_NAME_set0_othername.Xiangyu Bu1-0/+1
2017-10-23asn1_item_embed_new(): don't free an embedded itemRichard Levitte1-2/+4
2017-10-23Correct value for BN_security_bits()Matt Caswell1-1/+1
2017-10-21Remove duplicate assignment.KaoruToda1-1/+1
2017-10-18Remove parentheses of return.KaoruToda165-1053/+1053
2017-10-18Add missing RAND_DRBG lockingBenjamin Kaduk2-2/+23
2017-10-18Remove unnecessary DRBG_RESEED stateDr. Matthias St. Pierre2-8/+7
2017-10-18Fix reseeding issues of the public RAND_DRBGDr. Matthias St. Pierre11-305/+879
2017-10-17s390x assembly pack: remove capability double-checking.Patrick Steuer4-29/+6
2017-10-17crypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.Patrick Steuer1-2/+2