summaryrefslogtreecommitdiffstats
path: root/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check for malloc failureRich Salz2017-11-271-2/+4
* Fix SOURCE_DATE_EPOCH bug; use UTCRich Salz2017-11-271-27/+8
* chacha/asm/chacha-x86_64.pl: fix sporadic crash in AVX512 code path.Andy Polyakov2017-11-251-1/+1
* poly1305/asm/poly1305-x86_64.pl: switch to pure AVX512F.Andy Polyakov2017-11-251-68/+72
* Pretty-print large INTEGERs and ENUMERATEDs in hex.David Benjamin2017-11-253-2/+43
* Create a prototype for OPENSSL_rdtscKurt Roeckx2017-11-252-4/+6
* rsa/rsa_gen.c: ensure backward compatibility with external rsa->meth.Andy Polyakov2017-11-231-1/+14
* crypto/x86_64cpuid.pl: fix AVX512 capability masking.Andy Polyakov2017-11-231-4/+5
* Support multi-prime RSA (RFC 8017)Paul Yang2017-11-2113-66/+819
* Support public key and param check in EVP interfacePaul Yang2017-11-2012-3/+252
* bn/bn_exp.c: harmonize BN_mod_exp_mont_consttime with negative input.Andy Polyakov2017-11-171-25/+27
* bn/bn_add.c: address performance regression.Andy Polyakov2017-11-162-7/+13
* Add padding spaces before printing signature algorithm for CRLs outputRichard Levitte2017-11-161-0/+1
* Add padding spaces before printing algo.Yutian Li2017-11-161-0/+3
* Revert "Add padding spaces before printing algo."Rich Salz2017-11-161-3/+0
* Add padding spaces before printing algo.Yutian Li2017-11-151-0/+3
* remove magic numberFdaSilvaYY2017-11-131-1/+2
* ARMv8 assembly pack: add Qualcomm Kryo results.Andy Polyakov2017-11-137-0/+7
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-136-124/+138
* evp/pbe_scrypt.c: add boundary condition for implicit cast.Andy Polyakov2017-11-131-4/+12
* asn1/a_strex.c: fix flags truncation in do_esc_char.Andy Polyakov2017-11-131-8/+7
* Add an API to get the signer of an OCSP responseBenjamin Kaduk2017-11-121-0/+9
* Many spelling fixes/typo's corrected.Josh Soref2017-11-1272-139/+139
* lhash.c: Replace Unicode EN DASH with the ASCII char '-'.Long Qin2017-11-111-1/+1
* Fix possible leaks on sk_X509_EXTENSION_push() failure ...FdaSilvaYY2017-11-101-7/+18
* OPENSSL_ia32cap: reserve for new extensions.Andy Polyakov2017-11-082-7/+18
* Don't NULL check before calling DSO_free.Rich Salz2017-11-081-2/+1
* Removre comment with user's nameRich Salz2017-11-081-1/+0
* Various typoFdaSilvaYY2017-11-071-2/+2
* style : fix some if(...FdaSilvaYY2017-11-072-16/+16
* Remove 4 broken macros from ocsp.hMatt Caswell2017-11-071-0/+16
* SM3: restructure to EVP internal and update doc to right locationRonald Tse2017-11-066-62/+79
* SM3: Add SM3 hash functionJack Lloyd2017-11-069-6/+375
* Implement Maximum Fragment Length TLS extension.FdaSilvaYY2017-11-051-0/+7
* aes/asm/{aes-armv4|bsaes-armv7}.pl: make it work with binutils-2.29.Andy Polyakov2017-11-052-6/+6
* Check return value of OBJ_nid2obj in dsa_pub_encode.Pavel Kopyl2017-11-031-2/+6
* Add error handling in dsa_main and ASN1_i2d_bio.Pavel Kopyl2017-11-031-0/+3
* Fix error handling in i2d* functions.Pavel Kopyl2017-11-031-4/+4
* bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_internal.Andy Polyakov2017-11-021-2/+10
* Address a timing side channel whereby it is possible to determine somePauli2017-11-011-6/+20
* Address a timing side channel whereby it is possible to determine somePauli2017-11-011-10/+25
* SM4: Add SM4 block cipher to EVPRonald Tse2017-10-319-8/+470
* Only reset the ctx when a cipher is givenKurt Roeckx2017-10-301-1/+2
* make updateRichard Levitte2017-10-302-0/+6
* EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte2017-10-301-0/+5
* EVP_PKEY_ASN1_METHOD: add functions to set siginf_set and pkey_check methodsRichard Levitte2017-10-301-0/+18
* Prevent NULL dereference in async clear-fd codeBenjamin Kaduk2017-10-301-0/+1
* 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