sha/asm/sha{1|256}-586.pl: harmonize clang version detection.
[oweals/openssl.git] / crypto /
2018-06-18 Andy Polyakovsha/asm/sha{1|256}-586.pl: harmonize clang version...
2018-06-18 Andy Polyakovbn/asm/rsaz-avx2.pl: harmonize clang version detection.
2018-06-18 Jack BatesConvert _meth_get_ functions to const getters
2018-06-15 Bernd EdlingerBackport of commit 6b49b30811f4afa0340342af9400b8d0357b5291
2018-06-13 Matt CaswellAdd blinding to an ECDSA signature
2018-06-12 Guido VrankenReject excessively large primes in DH key generation.
2018-06-09 Andy Polyakovbn/asm/sparcv9-mont.pl: iron another glitch in squaring...
2018-06-08 Mingtao Yangmodes/ocb128.c: Reset nonce-dependent variables on...
2018-05-31 Richard LevitteENGINE_pkey_asn1_find_str(): don't assume an engine...
2018-05-30 Mingtao YangAdd APIs for custom X509_LOOKUP_METHOD creation
2018-05-29 Matt CaswellThe result of a ^ 0 mod -1 is 0 not 1
2018-05-24 David BenjaminSave and restore the Windows error around TlsGetValue.
2018-05-24 Matt CaswellImprove compatibility of point and curve checks
2018-05-23 Viktor DukhovniSkip CN DNS name constraint checks when not needed
2018-05-23 Viktor DukhovniLimit scope of CN name constraints
2018-05-21 Matt CaswellFix undefined behaviour in X509_NAME_cmp()
2018-05-20 Richard LevitteRestore check of |*xn| against |name| in X509_NAME_set
2018-05-19 Bernd EdlingerFix a possible crash in BN_from_montgomery_word
2018-05-17 Matt CaswellMake BN_GF2m_mod_arr more constant time
2018-05-14 Richard LevitteUI console: Restore tty settings, do not force ECHO...
2018-05-12 Pavel KopylFix memory leaks in CA related functions.
2018-05-12 Richard LevitteIn cases where we ask PEM_def_callback for minimum...
2018-05-08 Matt CaswellFix a mem leak in CMS
2018-05-05 Emilia KasperX509 time: tighten validation per RFC 5280
2018-05-04 Richard LevitteBIO_s_mem() write: Skip early when input length is...
2018-05-04 Andy Polyakovbn/asm/*-mont.pl: harmonize with BN_from_montgomery_word.
2018-05-03 Dr. Matthias St... v3_purp.c: add locking to x509v3_cache_extensions()
2018-05-03 Matt CaswellReturn an error from BN_mod_inverse if n is 1 (or -1)
2018-05-02 Matt CaswellMake X509_VERIFY_PARAM_get_hostflags() take a const arg
2018-05-02 Dr. Matthias St... a_strex.c: prevent out of bound read in do_buf()
2018-05-01 Matt CaswellAdd getter for X509_VERIFY_PARAM_get_hostflags
2018-04-27 Billy Brumleyfix: BN_swap mishandles flags (1.1.0)
2018-04-26 Bernd EdlingerFix memleaks in async api
2018-04-26 Richard LevitteFix no-ui
2018-04-26 Richard LevitteUse get_last_sys_error() instead of get_last_rtl_error()
2018-04-26 Richard LevittePEM_def_callback(): use same parameter names as for...
2018-04-26 Richard LevittePEM_def_callback(): don't loop because of too short...
2018-04-24 Matt CaswellAllow intermediate CAs to use RSA PSS in 1.1.0
2018-04-23 Billy BrumleyRemove superfluous NULL checks. Add Andy's BN_FLG comment.
2018-04-23 Nicola TuveriMove up check for EC_R_INCOMPATIBLE_OBJECTS and for...
2018-04-23 Nicola TuveriPass through
2018-04-23 Billy Brumleyladder description: why it works
2018-04-23 Nicola TuveriAddress code style comments
2018-04-23 Billy BrumleyElliptic curve scalar multiplication with timing attack...
2018-04-23 Andy PolyakovARM assembly pack: make it work with older assembler.
2018-04-21 Bernd EdlingerEnsure the thread keys are always allocated in the...
2018-04-20 Bernd EdlingerFix a warning about missing prototype on arm
2018-04-20 Bernd EdlingerFix building linux-armv4 with --strict-warnings
2018-04-19 Matt CaswellDon't crash if there are no trusted certs
2018-04-19 Emilia KasperX509_cmp_time: only return 1, 0, -1.
2018-04-18 Rahul Chaudhrypoly1305/asm/poly1305-armv4.pl: remove unintentional...
2018-04-17 Dr. Matthias St... p5_scrypt.c: fix error check of RAND_bytes() call
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
next