rsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."
[openssl.git] / crypto /
2018-08-23 Andy Polyakovrsa/rsa_ossl.c: implement variant of "Smooth CRT-RSA."
2018-08-23 Andy Polyakovcrypto/bn: add more fixed-top routines.
2018-08-22 Matthias KraftExtend dladdr() for AIX, consequence from changes for...
2018-08-22 Andy Polyakovcrypto/init.c: improve destructor_key's portability.
2018-08-22 Andy Polyakovasn1/asn_moid.c: overhaul do_create.
2018-08-22 Matt CaswellImprove the usability of the ca app using EdDSA
2018-08-22 Dr. Matthias St... rand_lib.c: Don't open random devices while cleaning up.
2018-08-21 PauliZero memory in CRYPTO_secure_malloc.
2018-08-21 Nicola TuveriReplace GFp ladder implementation with ladd-2002-it...
2018-08-20 PauliCheck getauxval on systems that have it when checking...
2018-08-19 Dr. Matthias St... rand_unix.c: don't discard entropy bytes from /dev...
2018-08-19 Dr. Matthias St... rand_unix.c: don't discard entropy bytes from syscall_r...
2018-08-19 Dr. Matthias St... rand_unix.c: assimilate syscall_random() with getrandom(2)
2018-08-17 Benjamin KadukAvoid shadowing 'free' in X509_LOOKUP_met_set_free
2018-08-17 Andy Polyakovcrypto/threads_*: remove CRYPTO_atomic_{read|write}.
2018-08-14 Tomas MrazDeallocate previously loaded SSL CONF module data
2018-08-13 Andy Polyakovcrypto/o_fopen.c: alias fopen to fopen64.
2018-08-11 Richard Levittei2d_ASN1_OBJECT(): allocate memory if the user didn...
2018-08-09 PauliChange the OID references for X25519, X448, ED25519...
2018-08-09 Matt CaswellRevert "stack/stack.c: omit redundant NULL checks."
2018-08-07 Andy Polyakovcrypto/mem.c: switch to tsan_assist.h in CRYPTO_MDEBUG.
2018-08-07 Andy Polyakovengine/eng_lib.c: remove redundant #ifdef.
2018-08-07 Andy Polyakovx509v3/v3_purp.c: re-implement lock-free check for...
2018-08-07 Andy Polyakovx509v3/v3_purp.c: resolve Thread Sanitizer nit.
2018-08-07 Andy Polyakovlhash/lhash.c: switch to Thread-Sanitizer-friendly...
2018-08-07 Andy Polyakovstack/stack.c: omit redundant NULL checks.
2018-08-07 Andy PolyakovHarmonize use of sk_TYPE_find's return value.
2018-08-07 Andy Polyakovx509/x509name.c: fix potential crash in X509_NAME_get_t...
2018-08-07 Richard LevitteMake EVP_PKEY_asn1_new() stricter with its input
2018-08-06 Patrick Steuers390x assembly pack: add KIMD/KLMD code path for sha3...
2018-08-03 Dr. Matthias St... Fix some undefined behaviour in the Curve448 code ...
2018-08-01 Andy Polyakovasn1/tasn_utl.c: fix logical error in and overhaul...
2018-08-01 PauliAdd OIDs for HMAC SHA512/224 and HMAC SHA512/256.
2018-07-31 Matt CaswellFix some TLSv1.3 alert issues
2018-07-31 Matt CaswellDeprecate the EC curve type specific functions in 1.2.0
2018-07-31 Matt CaswellUse the new non-curve type specific EC functions internally
2018-07-31 Matt CaswellProvide EC functions that are not curve type specific
2018-07-31 PauliCheck return from BN_sub
2018-07-31 PauliCheck conversion return in ASN1_INTEGER_print_bio.
2018-07-29 Bryan DonlanRemove DSA digest length checks when no digest is passed
2018-07-26 Billy BrumleyEC GFp ladder
2018-07-26 Andy PolyakovAdd ec/asm/x25519-ppc64.pl module.
2018-07-26 Andy Polyakovbn/bn_mod.c: harmonize BN_mod_add_quick with original...
2018-07-26 Paul YangFix a trivial coding style nit in sm2_sign.c
2018-07-25 Shane LontisFixed issue where DRBG_CTR fails if NO_DF is used ...
2018-07-25 Rich SalzCheck for failures, to avoid memory leak
2018-07-25 Andy Polyakovcrypto/init.c: use destructor_key even as guard in...
2018-07-25 Andy Polyakovcrypto/dllmain.c: remove unused OPENSSL_NONPIC_relocate...
2018-07-25 Andy Polyakovcrypto/cryptlib.c: resolve possible race in OPENSSL_iss...
2018-07-25 Andy Polyakovcrypto/cryptlib.c: make OPENSS_cpuid_setup safe to...
2018-07-25 Andy Polyakovec/ecp_nistz256.c: fix Coverity nit.
2018-07-24 David BenjaminRemove zero special-case in BN_mod_exp_mont.
2018-07-24 neighbadsUpdate sm2_crypt.c
2018-07-24 Richard Levittedef_load_bio(): Free |biosk| more carefully
2018-07-22 Andy Polyakovec/ecp_nistz256.c: fix ecp_nistz256_set_from_affine.
2018-07-22 Andy Polyakovec/asm/ecp_nistz256-{!x86_64}.pl: fix scatter_w7 function.
2018-07-22 Andy Polyakovbn/bn_intern.c: const-ify bn_set_{static}_words.
2018-07-22 Richard LevittePKCS12: change safeContentsBag from a SET OF to a SEQUE...
2018-07-20 Andy Polyakovcrypto/*: address standard-compilance nits.
2018-07-20 Andy Polyakovbio/bss_dgram.c: harmonize usage of OPENSSL_USE_IPV6...
2018-07-20 Andy Polyakovec/ec_lcl.h: fix pre-C9x compilation problems.
2018-07-20 Matt CaswellValidate legacy_version
2018-07-18 Andy Polyakovec/ecdsa_ossl.c: switch to fixed-length Montgomery...
2018-07-18 Andy Polyakovec/ecdsa_ossl.c: formatting and readability fixes.
2018-07-18 Andy Polyakovec/ecdsa_ossl.c: revert blinding in ECDSA signature.
2018-07-18 Andy Polyakovbn/bn_lib.c address Coverity nit in bn2binpad.
2018-07-17 MatFix typo in x25519-x86_64.pl
2018-07-16 Nicola TuveriEC2M Lopez-Dahab ladder: use it also for ECDSA verify
2018-07-16 Nicola TuveriEC2M Lopez-Dahab ladder implementation
2018-07-16 Nicola TuveriEC point multiplication: add `ladder` scaffold
2018-07-16 Nicola TuveriRemove stale SM2 error codes
2018-07-15 Andy Polyakovec/curve25519.c: reorganize for better accessibility.
2018-07-15 Andy Polyakovec/asm/x25519-x86_64.pl: add CFI directives and Windows...
2018-07-15 Andy Polyakovec/asm/x25519-x86_64.pl: fix base 2^64 add/sub and...
2018-07-14 Andy Polyakovbn/bn_lcl.h,bn_nist.c: addres strict warnings with...
2018-07-14 Andy Polyakovrsa/*: switch to BN_bn2binpad.
2018-07-14 Andy Polyakovbn/bn_lib.c: make BN_bn2binpad computationally constant...
2018-07-12 Patrick SteuerFix undefined behavior in s390x aes-gcm/ccm
2018-07-12 Andy Polyakovbn/bn_{mont|exp}.c: switch to zero-padded intermediate...
2018-07-12 Andy Polyakovbn/bn_lib.c: add BN_FLG_FIXED_TOP flag.
2018-07-12 Andy Polyakovbn/bn_mont.c: improve readability of post-condition...
2018-07-12 Andy Polyakovbn/bn_mont.c: move boundary condition check closer...
2018-07-12 Andy Polyakovbn/bn_lib.c: remove bn_check_top from bn_expand2.
2018-07-10 PauliNCONF_get_number refix.
2018-07-10 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: fix solaris64-x86_64...
2018-07-09 Conrad MeyerCorrectly check for cryptodev hash support
2018-07-09 Andy Polyakovmodes/ocb128.c: readability and formatting improvements.
2018-07-09 DesWurstesmodes/ocb128.c: improve the calculation of double mask
2018-07-07 Matt CaswellRemove a memset
2018-07-07 Matt CaswellCheck a return value for success in ec_field_size()
2018-07-07 Matt CaswellFix some Coverity issues in sm2_encrypt()
2018-07-07 Matt CaswellCheck md_size isn't negative before we use it
2018-07-06 Andy Polyakovevp/e_chacha20_poly1305.c: further improve small-fragme...
2018-07-04 Billy Brumley[crypto/ec] disable SCA mitigations for curves with...
2018-07-03 Andy Polyakovchacha/asm/chacha-x86_64.pl: add dedicated path for...
2018-07-03 Andy Polyakovperlasm/x86_64-xlate.pl: refine symbol recognition...
2018-07-03 PauliCheck for NULL conf in NCONF_get_number
2018-07-01 PauliRemove development artifacts.
2018-07-01 Andy Polyakovrand/rand_unix.c: address macro redifinition warning.
2018-07-01 Andy Polyakovmodes/asm/ghash-armv4.pl: address "infixes are deprecat...
next