summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2017-10-31EVP_PKEY_asn1_add0(): Check that this method isn't already registeredRichard Levitte
2017-10-30Only reset the ctx when a cipher is givenKurt Roeckx
2017-10-27x509v3/v3_utl.c: avoid double-free.Andy Polyakov
2017-10-27crypto/x509v3/v3_utl.c: fix Coverity problems.Andy Polyakov
2017-10-26Don't use strcasecmp and strncasecmp for IA5 stringsMatt Caswell
2017-10-24asn1_item_embed_new(): if locking failed, don't call asn1_item_embed_free()Richard Levitte
2017-10-24asn1_item_embed_new(): don't free an embedded itemRichard Levitte
2017-10-24Don't make any changes to the lhash structure if we are going to failMatt Caswell
2017-10-24Fix memory leak in GENERAL_NAME_set0_othername.Xiangyu Bu
2017-10-23asn1_item_embed_new(): don't free an embedded itemRichard Levitte
2017-10-23Correct value for BN_security_bits()Matt Caswell
2017-10-22s390x assembly pack: define OPENSSL_s390xcap_P in s390xcap.cPatrick Steuer
2017-10-17s390x assembly pack: remove capability double-checking.Patrick Steuer
2017-10-17crypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.Patrick Steuer
2017-10-12make updateDr. Stephen Henson
2017-10-12Add EVP_PKEY_set1_engine() function.Dr. Stephen Henson
2017-10-12Fix memory leak on lookup failureDr. Stephen Henson
2017-10-12Don't ignore passed ENGINE.Dr. Stephen Henson
2017-10-11Ensure we test all parameters for BN_FLG_CONSTTIMEMatt Caswell
2017-10-02Fix the return type of felem_is_zero_int which should be int.Bernd Edlinger
2017-09-30Guard against DoS in name constraints handling.David Benjamin
2017-09-29Added const-time flag to DSA key decoding to avoid potential leak of privkeySamuel Weiser
2017-09-27Allow DH_set0_key with only private key.David Benjamin
2017-09-27BN_copy now propagates BN_FLG_CONSTTIMESamuel Weiser
2017-09-27Fixed error in propagating BN_FLG_CONSTTIME flag through BN_MONT_CTX_set, whi...Samuel Weiser
2017-09-19Fix overflow in c2i_ASN1_BIT_STRING.David Benjamin
2017-09-18Null pointer used.Pauli
2017-09-07Fix error handling/cleanupRich Salz
2017-09-06Add checks for alloc failing.Rich Salz
2017-09-01crypto/cryptlib.c: mask more capability bits upon FXSR bit flip.Andy Polyakov
2017-08-31Fixed address family test error for AF_UNIX in BIO_ADDR_makeZhu Qun-Ying
2017-08-28Avoid out-of-bounds readRich Salz
2017-08-25Clear secret stack values after use in curve25519.cBernd Edlinger
2017-08-25NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guardRichard Levitte
2017-08-18err/err.c: fix "wraparound" bug in ERR_set_error_data.Andy Polyakov
2017-08-17Clear outputs in PKCS12_parse error handling.Bernd Edlinger
2017-08-16Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb
2017-08-08Support CMS decrypt without a certificate for all key typesDr. Stephen Henson
2017-08-07Avoid surpising password dialog in X509 file lookup.Bernd Edlinger
2017-08-05Fix typo in files in crypto folderXiaoyin Liu
2017-07-31Fix an information leak in the RSA padding check code.Bernd Edlinger
2017-07-29Implement the CRYPTO_secure_clear_free function.Bernd Edlinger
2017-07-29Clean password buffer on stack for PEM_read_bio_PrivateKeyBernd Edlinger
2017-07-26Fix comment typo.David Benjamin
2017-07-26Fix async engine pause dead lock in error case.Emeric Brun
2017-07-26Remove resolved TODOEmilia Kasper
2017-07-25x86_64 assembly pack: "optimize" for Knights Landing.Andy Polyakov
2017-07-24aes/asm/aesni-sha*-x86_64.pl: add SHAEXT performance results.Andy Polyakov
2017-07-24evp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.Andy Polyakov
2017-07-24Fix nid assignment in ASN1_STRING_TABLE_addlolyonok