]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
do_body: fix heap-use-after-free.
[thirdparty/openssl.git] / crypto /
2018-02-21  Pavel KopylX509V3_EXT_add_nconf_sk, X509v3_add_ext: fix errors...
2018-02-19  Massimiliano PalaAdd X509_get0_authority_key_id() function
2018-02-14  Viktor DukhovniAvoid fragile aliasing of SHA224/384 update/final
2018-02-13  Richard LevitteFix bug in BIO_f_linebuffer()
2018-02-12  Bernd EdlingerRemove code that prints "<SPACES/NULS>" in hexdumps
2018-02-10  Rich SalzCopy name string in BIO_meth_new
2018-02-10  Viktor DukhovniAvoid leaking peername data via accept BIOs
2018-02-06  Rich SalzRemove unused file
2018-02-01  David BenjaminFix timing leak in BN_from_montgomery_word.
2018-02-01  David BenjaminDon't leak the exponent bit width in BN_mod_exp_mont_co...
2018-02-01  David BenjaminMake BN_num_bits_word constant-time.
2018-01-31  Richard LevitteRemove "dummy" BIO create and destroy functions
2018-01-31  Richard LevitteBIO: at the end of BIO_new, declare the BIO inited...
2018-01-29  Benjamin KadukFix strict-warnings build on FreeBSD
2018-01-25  Bernd EdlingerFix setting of IPV6_V6ONLY on Windows
2018-01-24  Todd ShortFix error-path memory leak in asn_mime.c
2018-01-23  Richard LevitteHave EVP_PKEY_asn1_find_str() work more like EVP_PKEY_a...
2018-01-23  Richard LevitteRevert "EVP_PKEY_asn1_add0(): Check that this method...
2018-01-21  Bernd EdlingerAdd a configure option to opt-out secure memory
2018-01-18  Richard LevitteOnly implement secure malloc if _POSIX_VERSION allows
2018-01-18  Richard LevitteThe Cygwin gcc doesn't define _WIN32, don't pretend...
2018-01-18  Richard LevitteSimplify Cygwin checks, part 1
2018-01-16  Matt CaswellRevert BN_copy() flag copy semantics change
2017-12-27  Andy Polyakovec/ecp_nistp*.c: sanitize for undefined/implmentation...
2017-12-17  Daniel BeveniusAdd comments to NULL func ptrs in bio_method_st
2017-12-16  Bernd EdlingerFix invalid function type casts.
2017-12-13  Ben KadukFix more OCSP_resp_get0_signer() nits
2017-12-13  Benjamin KadukAdd an API to get the signer of an OCSP response
2017-12-12  Patrick Steuercrypto/bio/bss_dgram.c: annotate fallthrough (-Wimplici...
2017-12-12  Richard LevitteFix leak in ERR_get_state() when OPENSSL_init_crypto...
2017-12-10  Daniel BeveniusMake BIO_METHOD struct definitions consistent
2017-12-08  Rich SalzStandardize syntax of sizeof(foo)
2017-12-08  FdaSilvaYYFix an incoherent test.
2017-12-06  Andy Polyakovbn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1...
2017-12-04  MerQGhUpdate eng_fat.c
2017-11-27  Rich SalzCheck for malloc failure
2017-11-25  David BenjaminPretty-print large INTEGERs and ENUMERATEDs in hex.
2017-11-16  Andy Polyakovbn/bn_add.c: address performance regression.
2017-11-13  Andy Polyakovasn1/a_strex.c: fix flags truncation in do_esc_char.
2017-11-11  Long Qinlhash.c: Replace Unicode EN DASH with the ASCII char...
2017-11-10  FdaSilvaYYFix possible leaks on sk_X509_EXTENSION_push() failure ...
2017-11-08  Andy Polyakovrc4/build.info: fix HP-UX rc4-ia64 rule.
2017-11-07  Matt CaswellRemove 4 broken macros from ocsp.h
2017-11-05  Andy Polyakovaes/asm/{aes-armv4|bsaes-armv7}.pl: make it work with...
2017-11-03  FdaSilvaYYSpelling doc #3580
2017-11-03  Pavel KopylAdd error handling in dsa_main and ASN1_i2d_bio.
2017-11-03  Pavel KopylCheck return value of OBJ_nid2obj in dsa_pub_encode.
2017-11-02  Andy Polyakovbn/asm/x86_64-mont5.pl: fix carry bug in bn_sqrx8x_inte...
2017-11-01  PauliAddress a timing side channel whereby it is possible...
2017-11-01  Pauli Address a timing side channel whereby it is possible...
2017-10-31  Richard LevitteEVP_PKEY_asn1_add0(): Check that this method isn't...
2017-10-30  Kurt RoeckxOnly reset the ctx when a cipher is given
2017-10-27  Andy Polyakovx509v3/v3_utl.c: avoid double-free.
2017-10-27  Andy Polyakovcrypto/x509v3/v3_utl.c: fix Coverity problems.
2017-10-26  Matt CaswellDon't use strcasecmp and strncasecmp for IA5 strings
2017-10-24  Richard Levitteasn1_item_embed_new(): if locking failed, don't call...
2017-10-24  Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-10-24  Matt CaswellDon't make any changes to the lhash structure if we...
2017-10-24  Xiangyu BuFix memory leak in GENERAL_NAME_set0_othername.
2017-10-23  Richard Levitteasn1_item_embed_new(): don't free an embedded item
2017-10-23  Matt CaswellCorrect value for BN_security_bits()
2017-10-22  Patrick Steuers390x assembly pack: define OPENSSL_s390xcap_P in s390x...
2017-10-17  Patrick Steuers390x assembly pack: remove capability double-checking.
2017-10-17  Patrick Steuercrypto/aes/asm/aes-s390x.pl: fix $softonly=1 code path.
2017-10-11  Dr. Stephen Hensonmake update
2017-10-11  Dr. Stephen HensonAdd EVP_PKEY_set1_engine() function.
2017-10-11  Dr. Stephen HensonFix memory leak on lookup failure
2017-10-11  Dr. Stephen HensonDon't ignore passed ENGINE.
2017-10-11  Matt CaswellEnsure we test all parameters for BN_FLG_CONSTTIME
2017-10-02  Bernd EdlingerFix the return type of felem_is_zero_int which should...
2017-09-30  David BenjaminGuard against DoS in name constraints handling.
2017-09-29  Samuel WeiserAdded const-time flag to DSA key decoding to avoid...
2017-09-27  David BenjaminAllow DH_set0_key with only private key.
2017-09-27  Samuel WeiserBN_copy now propagates BN_FLG_CONSTTIME
2017-09-27  Samuel WeiserFixed error in propagating BN_FLG_CONSTTIME flag throug...
2017-09-19  David BenjaminFix overflow in c2i_ASN1_BIT_STRING.
2017-09-17  PauliNull pointer used.
2017-09-07  Rich SalzFix error handling/cleanup
2017-09-06  Rich SalzAdd checks for alloc failing.
2017-09-01  Andy Polyakovcrypto/cryptlib.c: mask more capability bits upon FXSR...
2017-08-31  Zhu Qun-YingFixed address family test error for AF_UNIX in BIO_ADDR...
2017-08-28  Rich SalzAvoid out-of-bounds read
2017-08-25  Bernd EdlingerClear secret stack values after use in curve25519.c
2017-08-25  Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-18  Andy Polyakoverr/err.c: fix "wraparound" bug in ERR_set_error_data.
2017-08-17  Bernd EdlingerClear outputs in PKCS12_parse error handling.
2017-08-16  David von OheimbFix OCSP_basic_verify() cert chain construction in...
2017-08-08  Dr. Stephen HensonSupport CMS decrypt without a certificate for all key...
2017-08-07  Bernd EdlingerAvoid surpising password dialog in X509 file lookup.
2017-08-05  Xiaoyin LiuFix typo in files in crypto folder
2017-07-31  Bernd EdlingerFix an information leak in the RSA padding check code.
2017-07-29  Bernd EdlingerImplement the CRYPTO_secure_clear_free function.
2017-07-29  Bernd EdlingerClean password buffer on stack for PEM_read_bio_PrivateKey
2017-07-27  David BenjaminFix comment typo.
2017-07-26  Emeric BrunFix async engine pause dead lock in error case.
2017-07-26  Emilia KasperRemove resolved TODO
2017-07-25  Andy Polyakovx86_64 assembly pack: "optimize" for Knights Landing.
2017-07-24  Andy Polyakovaes/asm/aesni-sha*-x86_64.pl: add SHAEXT performance...
2017-07-24  Andy Polyakovevp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.
2017-07-24  lolyonokFix nid assignment in ASN1_STRING_TABLE_add
next