Add setters to set the early_data callback
[openssl.git] / crypto /
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...
2018-06-29 Andy Polyakovevp/e_chacha20_poly1305.c: improve performance for...
2018-06-28 Rich SalzZero-fill IV by default.
2018-06-27 Matt CaswellReturn a fatal error if application data is encountered...
2018-06-26 PauliModify the DEVRANDOM source so that the files are kept...
2018-06-26 Matt CaswellRespect SSL_OP_NO_TICKET in TLSv1.3
2018-06-25 Andy Polyakovstore/loader_file.c: fix char-subscripts warning.
2018-06-25 Andy PolyakovPA-RISC assembly pack: make it work with GNU assembler...
2018-06-25 Andy Polyakovrand/rand_unix.c: mask getentropy ELF detection on...
2018-06-25 Andy Polyakovec/ec_pmeth.c: minor cleanups and readability fixes.
2018-06-25 Nicola TuveriUse ec_group_do_inverse_ord() in SM2
2018-06-25 Nicola TuveriAdd inter-module private header for EC functions
2018-06-24 Bernd EdlingerFix a new gcc-9 warning [-Wstringop-truncation]
2018-06-22 Benjamin Kadukecdsa_ossl: address coverity nit
2018-06-22 Andy Polyakovsha/asm/sha{256|512}-armv4.pl: harmonize thumb2 support...
2018-06-22 Nicola TuveriRemove __cplusplus preamble from internal headers
2018-06-22 Nicola Tuverienable-ec_nistp_64_gcc_128: Fix function prototype...
2018-06-21 Shane LontisFixed range of random produced in BN_is_prime_fasttest_...
2018-06-21 Billy Brumley[crypto/ec] default to FLT or error
2018-06-21 Billy Brumley[crypto/ec] remove blinding to support even orders
2018-06-21 Billy Brumleymake EC_GROUP_do_inverse_ord more robust
2018-06-21 Bernd EdlingerAdd -Wstrict-prototypes option to --strict-warnings
2018-06-21 Andy PolyakovRemove some inline assembler and non-standard constructs.
2018-06-21 Billy Brumley[crypto/ec] don't assume points are of order group...
2018-06-21 Nicola TuveriUse DEPRECATEDIN_1_2_0 macro for DSA_sign_setup declaration
2018-06-21 Matt CaswellAdd blinding to a DSA signature
2018-06-20 Matt CaswellUpdate copyright year
2018-06-19 Sohaib ul HassanImplement coordinate blinding for EC_POINT
2018-06-19 Jack LloydMove SM2 algos to SM2 specific PKEY method
2018-06-19 Jack LloydAdd EVP_PKEY_set_alias_type
2018-06-19 Richard LevitteConvert our own check of OPENSSL_NO_DEPRECATED
2018-06-18 Andy Polyakovec/asm/ecp_nistz256-avx2.pl: harmonize clang version...
2018-06-18 Andy Polyakov{chacha|poly1305}/asm/*-x64.pl: harmonize clang version...
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 Matt CaswellFix error number clash
2018-06-18 David von Oheimbadd 'unsupported cipher mode' diagnostics to evp_lib...
2018-06-18 David von Oheimbremove needless and misleading malloc failure error...
2018-06-15 Dr. Matthias St... RAND_POOL: Add missing implementations for djgpp
2018-06-14 Andy Polyakovbn/bn_exp.c: harmonize all code paths with last commit.
2018-06-13 Matt CaswellAdd blinding to an ECDSA signature
2018-06-12 Richard LevitteMake ck_errf.pl ignore commented out error generation
2018-06-12 Guido VrankenReject excessively large primes in DH key generation.
2018-06-11 Todd ShortAdd support for RSA-PSS to X509_certificate_type()
2018-06-09 Andy Polyakovbn/asm/sparcv9-mont.pl: iron another glitch in squaring...
2018-06-09 Andy Polyakovrand/rand_unix.c: bypass DSO_global_lookup on ELF systems.
2018-06-09 Andy Polyakovrand/rand_unix.c: omit error from DSO_global_lookup.
2018-06-08 Dmitry BelyavskiyNew GOST identificators
2018-06-08 Mingtao Yangmodes/ocb128.c: Reset nonce-dependent variables on...
2018-06-08 Andy Polyakovchacha/asm/chacha-ppc.pl: fix big-endian build.
2018-06-08 Matt CaswellAdd function for setting the EVP_PKEY_ASN1_METHOD raw...
2018-06-08 Matt CaswellAdd support getting raw private/public keys
2018-06-06 Andy Polyakovcrypto/ppccap.c: wire new ChaCha20_ctr32_vsx.
2018-06-06 Andy Polyakovchacha/asm/chacha-ppc.pl: improve performance by 40...
2018-06-06 Andy Polyakovperlasm/ppc-xlate.pl: add vmrg[eo]w instructions.
2018-06-06 Andy Polyakovsha/asm/sha512p8-ppc.pl: fix build on Mac OS X.
2018-06-05 Richard Levittecrypto/sm2/sm2_za.c: include internal/numbers.h
2018-06-04 Matt CaswellRebuild error codes
2018-06-04 Matt CaswellUse lowercase for internal SM2 symbols
2018-06-04 Matt CaswellMore more on SM2 error codes and tidy up
2018-06-04 Matt CaswellImprove use of the test framework in the SM2 internal...
2018-06-04 Matt CaswellFurther work on SM2 error codes
2018-06-04 Jack LloydSet SM2 error codes
2018-06-04 Jack LloydMake SM2 functions private
2018-06-03 Andy Polyakovsha/asm/sha512p8-ppc.pl: improve POWER9 performance...
2018-06-03 Andy Polyakovchacha/asm/chacha-ppc.pl: improve POWER8 performance...
2018-06-03 Andy PolyakovPPC assembly pack: correct POWER9 results.
2018-06-03 Andy Polyakov{arm64|x86_64}cpuid.pl: add special 16-byte case to...
2018-06-03 Andy Polyakovmodes/gcm128.c: coalesce calls to GHASH.
2018-06-03 Andy Polyakovevp/e_aes.c: replace calls to one-liners with reference...
2018-06-03 Kurt RoeckxFix checking the return value of getentropy()
2018-06-03 Kurt RoeckxRemove support for calling getrandom(), we now always...
2018-06-03 Kurt RoeckxLook up availability of getentropy() at runtime.
2018-06-03 Kurt RoeckxAdd support for KERN_ARND to get random bytes on NetBSD
2018-05-31 Richard LevitteENGINE_pkey_asn1_find_str(): don't assume an engine...
2018-05-31 Matt CaswellRemove some logically dead code
2018-05-31 Matt CaswellRemove some logically dead code
2018-05-30 Yihong WangReduce minimal out length in CRYPTO_128_unwrap_pad
2018-05-30 Userbn/bn_exp.c: mitigation of the One-and-Done side-channe...
2018-05-30 Andy Polyakovchacha/asm/chacha-ppc.pl: optimize AltiVec/VMX code...
2018-05-30 Andy Polyakovperlasm/ppc-xlate.pl: add new instructions and clean up.
2018-05-30 Mingtao YangAdd APIs for custom X509_LOOKUP_METHOD creation
2018-05-29 Todd ShortFix no-sm2 with clang
2018-05-29 Matt CaswellThe result of a ^ 0 mod -1 is 0 not 1
2018-05-29 Matt CaswellUpdate copyright year
2018-05-28 Dr. Matthias St... ECDSA_SIG: add simple getters for commonly used struct...
2018-05-28 Dr. Matthias St... RSA: add simple getters for commonly used struct members
2018-05-28 Dr. Matthias St... DSA: add simple getters for commonly used struct members
2018-05-24 Matt CaswellRevert "Support EVP_PKEY_sign() and EVP_PKEY_verify...
2018-05-24 Matt CaswellImprove compatibility of point and curve checks
2018-05-23 David BenjaminSave and restore the Windows error around TlsGetValue.
2018-05-23 David BenjaminUse OPENSSL_EC_EXPLICIT_CURVE constant.
2018-05-23 David BenjaminFix explicit EC curve encoding.
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-23 Richard LevitteBetter error code when lacking __SIZEOF_INT128__
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
next