Move the display of disabled features to configdata.pm as well.
[openssl.git] / crypto /
2018-01-29 Kurt RoeckxAdd RAND_DRBG_bytes
2018-01-28 Richard LevitteProcessing GNU-style "make variables" - separate CPP...
2018-01-25 Benjamin KadukAdd support for the TLS 1.3 signature_algorithms_cert...
2018-01-25 Bernd EdlingerFix setting of IPV6_V6ONLY on Windows
2018-01-24 David CooperAdd documentation for the OCSP_basic_sign() and OCSP_ba...
2018-01-24 David CooperMake editorial changes suggested by Matt Caswell and...
2018-01-24 David CooperMake editorial changes suggested by Rich Salz and add...
2018-01-24 David CooperAdd -rsigopt option to ocsp command
2018-01-24 Todd ShortFix error-path memory leak in asn_mime.c
2018-01-24 Matt CaswellAdd support for sending TLSv1.3 cookies
2018-01-23 PauliSHA512/224 and SHA512/256
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-22 Rich SalzAdd accessors for AdmissionSyntax
2018-01-21 Bernd EdlingerAdd a configure option to opt-out secure memory
2018-01-19 Richard LevitteCopyright update of more files that have changed this...
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
2018-01-16 Dr. Matthias St... Fix memory leak in do_rand_drbg_init()
2018-01-09 Todd ShortFix --strict-warnings with C90
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-09 David von OheimbVarious small build improvements on mkdef.pl, progs...
2018-01-08 Patrick Steuercrypto/engine/eng_list.c: compare getenv rv to NULL...
2018-01-08 EasySecfix compile error 'intrinsic function not declared'
2018-01-08 Dmitry BelyavskiyNUMERICSTRING support
2018-01-07 Patrick Steuers390x assembly pack: add KMA code path for aes-gcm.
2018-01-07 Patrick Steuercrypto/aes/asm/aes-s390x.pl: replace decrypt flag by...
2018-01-07 Patrick Steuers390x assembly pack: add KMA code path for aes-ctr.
2018-01-07 Andy Polyakovec/curve25519.c: avoid 2^51 radix on SPARC.
2018-01-07 Andy Polyakovec/ecp_nistz256.c: switch to faster addition chain...
2018-01-07 Andy Polyakovec/asm/ecp_nistz256-armv8.pl: add optimized inversion.
2018-01-07 Andy Polyakovec/asm/ecp_nistz256-x86_64.pl: add .cfi and SEH handler...
2018-01-07 Andy Polyakovec/ecp_nistz256.c: improve ECDSA sign by 30-40%.
2018-01-07 Rich SalzRemove remaining NETWARE ifdef's
2018-01-06 Bernd EdlingerFix error handling in X509_REQ_print_ex
2018-01-04 Rich SalzRewrite RT3513.
2018-01-04 Dr. Matthias St... crypto/rand: restore the generic DRBG implementation
2018-01-04 Dr. Matthias St... crypto/rand: rename drbg_rand.c to drbg_ctr.c
2018-01-02 Daniel BeveniusFix minor 'the the' typos
2017-12-28 Andy Polyakovec/curve25519.c: "double" ecdhx25519 performance on...
2017-12-27 Andy Polyakovec/ecp_nistp*.c: sanitize for undefined/implmentation...
2017-12-23 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: add Knights Landing...
2017-12-22 Andy PolyakovAdd sha/asm/keccak1600-avx512vl.pl.
2017-12-18 Bernd EdlingerFix a typo in comment
2017-12-17 Dr. Matthias St... Make DRBG uninstantiate() and instantiate() methods...
2017-12-17 Dr. Matthias St... Allocate the three shared DRBGs on the secure heap
2017-12-17 Dr. Matthias St... Implement automatic reseeding of DRBG after a specified...
2017-12-17 Dr. Matthias St... Add master DRBG for reseeding
2017-12-17 Daniel BeveniusAdd comments to NULL func ptrs in bio_method_st
2017-12-15 Bernd EdlingerFix invalid function type casts.
2017-12-14 Todd ShortFix 'make update'
2017-12-14 Matt CaswellSend supported_versions in an HRR
2017-12-14 Matt CaswellMerge HRR into ServerHello
2017-12-14 Matt CaswellDrop CCS messages received in the TLSv1.3 handshake
2017-12-14 Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-12-14 Matt CaswellUpdate ServerHello to new draft-22 format
2017-12-13 Bernd EdlingerMinor cleanup of the rsa mp limits code
2017-12-12 Ben KadukFix more OCSP_resp_get0_signer() nits
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-11 Sebastian Andrzej... rsa: Do not allow less than 512 bit RSA keys
2017-12-09 Daniel BeveniusMake BIO_METHOD struct definitions consistent
2017-12-08 Matt CaswellConvert the remaining functions in the record layer...
2017-12-08 FdaSilvaYYAddress some code-analysis issues.
2017-12-08 FdaSilvaYYFix an incoherent test.
2017-12-08 Bernd EdlingerAdd missing range checks on number of multi primes...
2017-12-08 Andy Polyakovchacha/asm/chacha-x86_64.pl: add AVX512VL code path.
2017-12-08 Andy Polyakovcrypto/x86_64cpuid.pl: suppress AVX512F flag on Skylake-X.
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-12-06 Andy Polyakovbn/asm/rsaz-avx2.pl: fix digit correction bug in rsaz_1...
2017-12-05 Daniel BeveniusFix minor typo in comment in rsa_st
2017-12-04 MerQGhUpdate eng_fat.c
2017-12-04 Andy Polyakovmodes/asm/ghashv8-armx.pl: handle lengths not divisible...
2017-12-04 Andy Polyakovmodes/asm/ghashv8-armx.pl: optimize modulo-scheduled...
2017-12-04 Andy Polyakovmodes/asm/ghashv8-armx.pl: modulo-schedule loop.
2017-12-04 Andy Polyakovmodes/asm/ghashv8-armx.pl: implement 4x aggregate factor.
2017-12-04 Matt CaswellAdd some more cleanups
2017-12-04 Matt CaswellAdd some sanity checks for the fatal error condition
2017-12-04 Matt CaswellFix up a few places in the state machine that got misse...
2017-12-04 Matt CaswellConvert more functions in ssl/statem/statem.c to use...
2017-12-04 Matt CaswellConvert remaining functions in statem_srvr.c to use...
2017-12-04 Matt CaswellConvert remaining functions in statem_clnt.c to use...
2017-12-04 Matt CaswellConvert the state machine code to use SSLfatal()
2017-11-28 PauliA missing semicolon prevents compilation with ENGINE_RE...
2017-11-28 David BenjaminFix chacha-armv4.pl with clang -fno-integrated-as.
2017-11-28 Andy Polyakovrsa/rsa_gen.c: harmonize keygen's ability with RSA_secu...
2017-11-28 Andy Polyakovrsa/rsa_lib.c: make RSA_security_bits multi-prime aware.
2017-11-27 Rich SalzCheck for malloc failure
2017-11-27 Rich SalzFix SOURCE_DATE_EPOCH bug; use UTC
2017-11-25 Andy Polyakovchacha/asm/chacha-x86_64.pl: fix sporadic crash in...
2017-11-25 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: switch to pure AVX512F.
2017-11-25 David BenjaminPretty-print large INTEGERs and ENUMERATEDs in hex.
2017-11-25 Kurt RoeckxCreate a prototype for OPENSSL_rdtsc
2017-11-23 Andy Polyakovrsa/rsa_gen.c: ensure backward compatibility with exter...
2017-11-23 Andy Polyakovcrypto/x86_64cpuid.pl: fix AVX512 capability masking.
2017-11-21 Paul YangSupport multi-prime RSA (RFC 8017)
2017-11-20 Paul YangSupport public key and param check in EVP interface
2017-11-17 Andy Polyakovbn/bn_exp.c: harmonize BN_mod_exp_mont_consttime with...
next