RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called with...
[openssl.git] / crypto /
2018-04-16 Billy BrumleyRSA key generation: ensure BN_mod_inverse and BN_mod_ex...
2018-04-14 Matthias KraftCustome built dladdr() for AIX.
2018-04-12 Rich SalzFix bugs in X509_NAME_ENTRY_set
2018-04-09 Andy Polyakovbio/b_addr.c: resolve HP-UX compiler warnings.
2018-04-06 Neel GoyalSet biom->type in BIO_METH_new
2018-04-05 Matt CaswellPick a q size consistent with the digest for DSA param...
2018-04-05 Matt CaswellDon't crash if an unrecognised digest is used with...
2018-04-05 Matt CaswellMove the loading of the ssl_conf module to libcrypto
2018-04-03 Matt CaswellFix a text canonicalisation bug in CMS
2018-04-02 FdaSilvaYYEVP,KDF: Add more error code along some return 0
2018-04-01 Daniel BeveniusRemove import/use of File::Spec::Function
2018-04-01 Richard LevitteVMS: Copy DECC inclusion epi- and prologues to internals
2018-03-27 Miroslav Suko_time.c: use gmtime_s with MSVC
2018-03-27 Matt CaswellDon't write out a bad OID
2018-03-27 Matt CaswellUpdate copyright year
2018-03-27 Andy Polyakovpariscid.pl: fix nasty typo in CRYPTO_memcmp.
2018-03-27 Matt CaswellLimit ASN.1 constructed types recursive definition...
2018-03-21 Samuel Weiserconsttime flag changed
2018-03-21 Samuel Weiserused ERR set/pop mark
2018-03-21 Samuel WeiserReplaced variable-time GCD with consttime inversion...
2018-03-17 Bernd EdlingerFix error handling in b2i_dss and b2i_rsa
2018-03-12 Matt CaswellFree the correct type in OBJ_add_object()
2018-03-12 Matt CaswellImprove error handling in pk7_doit
2018-03-08 Richard LevitteMake a few more asm modules conform: last argument...
2018-03-06 knekritzAvoid unconditional store in CRYPTO_malloc.
2018-03-03 Andy Polyakovmem_sec.c: portability fixup.
2018-03-03 Bernd EdlingerFix a possible memory leak in engine_table_register
2018-03-01 Brad SpencerTest the result of CMS_RecipientInfo_ktri_get0_algs...
2018-02-28 David BenjaminAlways use adr with __thumb2__.
2018-02-26 Dr. Matthias St... bio_b64.c: prevent base64 filter BIO from decoding...
2018-02-26 Andy Polyakovmem_sec.c: relax POSIX requirement.
2018-02-23 Bernd EdlingerFix some bugs with the cfb1 bitsize handling
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.
next