OSSL_STORE: Add OSSL_STORE_vctrl()
[openssl.git] / crypto /
2018-02-14 Richard LevitteOSSL_STORE: Add OSSL_STORE_vctrl()
2018-02-14 Richard LevitteVMS: modify crypto/bn/asm/ia64.S to build properly
2018-02-14 Richard LevitteHarmonize the make variables across all known platforms...
2018-02-14 Matt CaswellMake sure we check the return value of extract_min_max()
2018-02-14 Matt CaswellFix a memory leak in an error path
2018-02-14 Viktor DukhovniAvoid fragile aliasing of SHA224/384 update/final
2018-02-13 Kurt RoeckxUse both getrandom() and /dev/urandom by default on...
2018-02-13 Richard LevitteVMS: for testutil, make sure to use BIO_f_linebuffer
2018-02-13 Patrick Steuers390x assembly pack: implement OPENSSL_rdtsc as STCKF
2018-02-13 Rich SalzGenerate copyright year properly
2018-02-13 Dr. Matthias St... OPENSSL_cleanup: cleanup secure memory
2018-02-13 Dr. Matthias St... DRBG: make the derivation function the default for...
2018-02-13 Dr. Matthias St... DRBG: unify initialization and cleanup code
2018-02-13 Dr. Matthias St... DRBG: add locking api
2018-02-13 Matt CaswellUpdate copyright year
2018-02-12 Bernd EdlingerRemove code that prints "<SPACES/NULS>" in hexdumps
2018-02-12 Andy Polyakovsha/asm/sha512-armv8.pl: add hardware-assisted SHA512...
2018-02-12 Andy Polyakovcrypto/armcap.c: detect hardware-assisted SHA512 support.
2018-02-10 Rich SalzCopy name string in BIO_meth_new
2018-02-10 Viktor DukhovniAvoid leaking peername data via accept BIOs
2018-02-09 Nick MathewsonIn err_all.c, include the *err.h headers.
2018-02-09 FdaSilvaYYSmall simplification in mkerr.pl
2018-02-09 PauliFix glibc version detection.
2018-02-07 PauliFix glibc specific conditional for Mac OS/X
2018-02-07 PauliUnify timer code
2018-02-07 PauliMake OPENSSL_rdtsc universally available.
2018-02-06 Rich SalzRemove unused file
2018-02-06 Patrick Steuercrypto/evp/e_aes.c: add comments to s390x aes gcm imple...
2018-02-06 Patrick Steuers390x assembly pack: add KMAC code path for aes-ccm
2018-02-05 Dr. Matthias St... Use RAND_DRBG_bytes() for RAND_bytes() and RAND_priv_by...
2018-02-05 Dr. Matthias St... Fix size limitation of RAND_DRBG_bytes()
2018-02-05 Dr. Matthias St... drbg_bytes: remove check for DRBG_UNINITIALIZED state
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-02-01 Todd ShortAdd TLSv1.3 post-handshake authentication (PHA)
2018-01-31 Andy Polyakovpoly1305/poly1305_ieee754.c: add support for MIPS.
2018-01-31 Benjamin KadukRestore clearing of init_lock after free
2018-01-31 Benjamin KadukRevert the crypto "global lock" implementation
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-31 Dr. Matthias St... crypto/rand/rand_lib.c: fix undefined reference to...
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
next