Fix a typo in a comment
[openssl.git] / crypto /
2018-02-20 Matt CaswellFix a typo in a comment
2018-02-20 Matt CaswellUpdate Curve448 copyright for 2018
2018-02-20 Matt CaswellCode tidy up
2018-02-20 Matt CaswellFixes for compilation using clang
2018-02-20 Matt CaswellMove curve448_test.c to be a full internal test
2018-02-20 Matt CaswellFix build errors for Curve448 code on Windows (VC-WIN32...
2018-02-20 Matt CaswellRemove some gcc/clang specific attributes we don't...
2018-02-20 Matt CaswellRemove duplicated 448 in the names of various things
2018-02-20 Matt CaswellMerge f_field.h into field.h
2018-02-20 Matt CaswellMerge f_arithmetic.c into f_generic.c
2018-02-20 Matt CaswellRemove references to libdecaf
2018-02-20 Matt CaswellRemove some unneeded code
2018-02-20 Matt CaswellManual formatting tweaks to Curve448 code
2018-02-20 Matt CaswellRun util/openssl-format-source on the Curve448 code
2018-02-20 Matt CaswellUpdate the imported curve448 code to use OpenSSL copyri...
2018-02-20 Matt CaswellFix the ED448 key lengths
2018-02-20 Matt CaswellIntegrate Curve448 into the build system
2018-02-20 Matt CaswellConvert to C90 from C99
2018-02-20 Matt CaswellRename the decaf files to curve448 files
2018-02-20 Matt CaswellRemove portable_endian.h
2018-02-20 Matt CaswellRemove the old shake256 implementation
2018-02-20 Matt CaswellConvert Curve448 internals to use OpenSSL shake256
2018-02-20 Matt CaswellUse OpenSSL shake256
2018-02-20 Matt CaswellAdd tests for Ed448ph
2018-02-20 Matt CaswellAdd Ed448 tests
2018-02-20 Matt CaswellRemove inclusion of header files that we can't rely...
2018-02-20 Matt CaswellRemove DECAF_NOINLINE
2018-02-20 Matt CaswellRemove DECAF_NONNULL
2018-02-20 Matt CaswellRemove all instances of DECAF_API_VIS
2018-02-20 Matt CaswellReplace DECAF_WARN_UNUSED with __owur
2018-02-20 Matt CaswellReplace DECAF_INLINE with ossl_inline
2018-02-20 Matt CaswellRemove some vestiges of the old decaf template approach
2018-02-20 Matt CaswellRename decaf_448_* to curve448_*
2018-02-20 Matt CaswellRemove some more unneeded code
2018-02-20 Matt CaswellRemove some uneeded macros and conditionally compiled...
2018-02-20 Matt CaswellRemove some unneeded stuff
2018-02-20 Matt CaswellAdd a local test
2018-02-20 Matt CaswellAdd the X448() and X448_public_from_private() functions
2018-02-20 Matt CaswellRemove the decaf_bzero function and replace with OPENSS...
2018-02-20 Matt CaswellRemove the curve448/decaf sub-directory
2018-02-20 Matt CaswellRemove some unneeded code
2018-02-20 Matt CaswellRemove some deprecated curve 448 code and remove some...
2018-02-20 Matt CaswellRemove some unneeded files and further flatten the...
2018-02-20 Matt CaswellFlatten the Curve 448 source structure
2018-02-20 Matt CaswellImport Curve 448 support
2018-02-19 John HughesAdd BIO_bind function to bind local address for a socket.
2018-02-19 Massimiliano Pala Add X509_get0_authority_key_id() function
2018-02-19 Andy Polyakovsha/asm/keccak1600-armv8.pl: add hardware-assisted...
2018-02-15 Dr. Matthias St... DRBG: make locking api truly private
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
next