Fix a gcc-8 warning -Wcast-function-type
[openssl.git] / crypto /
2018-03-31 Bernd EdlingerFix a possible crash in BN_from_montgomery_word
2018-03-30 Rich SalzRemove some code
2018-03-29 Dr. Matthias St... Add documentation for the RAND_DRBG API
2018-03-29 FdaSilvaYYEVP,KDF: Add more error code along some return 0 in ...
2018-03-29 Benjamin KadukDocument RAND_DRBG fork-safety locking model
2018-03-29 Richard LevitteFix setbuf use for VMS C
2018-03-28 Patrick Steuercrypto/e_aes.c: use S390X_AES_FC macro
2018-03-28 Patrick Steuercrypto/evp/e_aes.c: add size_t casts to increase readab...
2018-03-28 Patrick Steuers390x assembly pack: add KMF code path for aes-cfb...
2018-03-28 Patrick Steuers390x assembly pack: add KMO code path for aes-ofb
2018-03-28 Patrick Steuers390x assembly pack: add KM code path for aes-ecb
2018-03-28 Matt CaswellRemove some code
2018-03-27 Rich SalzAllow NULL for some _free routines.
2018-03-27 Miroslav Suko_time.c: use gmtime_s with MSVC
2018-03-27 Andy Polyakovrand/randfile.c: permit non-regular files in RAND_load_...
2018-03-27 Matt CaswellRemove some code for a contributor that we cannot find
2018-03-27 Matt CaswellDon't write out a bad OID
2018-03-27 Andy Polyakovpariscid.pl: fix nasty typo in CRYPTO_memcmp.
2018-03-27 Matt CaswellLimit ASN.1 constructed types recursive definition...
2018-03-23 Richard LevitteInclude "internal/dso_conf.h" where needed and appropriate
2018-03-23 Richard LevitteMove the handling of dso_scheme to dso_conf.h
2018-03-22 Andy Polyakovcurve448/field.h: relax alignment, as it doesn't work...
2018-03-22 Andy Polyakovbio/bss_log.c: on DJGPP syslog facility is part of...
2018-03-22 Andy Polyakovo_fopen.c: compensate for e_os.h omission.
2018-03-21 Kurt RoeckxDRBG: Use the EVP layer to do AES encryption
2018-03-21 David BenjaminDocument EC_POINT_get_affine_coordinates_*.
2018-03-21 Jack BatesConvert _meth_get_ functions to const getters
2018-03-21 Andy Polyakovo_fopen.c,rand/randfile.c: compensate for e_os.h omission.
2018-03-21 Matthias KraftAdd dladdr() for AIX
2018-03-20 Matt CaswellUpdate copyright year
2018-03-20 Richard Levittecrypto/rand/rand_vms.c: include "internal/rand_int.h"
2018-03-19 Todd ShortFix no-sm3/no-sm2 (with strict-warnings)
2018-03-19 Todd ShortFix no-sm3 (and no-sm2)
2018-03-19 Matt CaswellFix no-sm2
2018-03-19 Rich SalzRevise and cleanup; use strict,warnings
2018-03-19 Kurt RoeckxDon't use a ssl specific DRBG anymore
2018-03-19 Kurt RoeckxMake the public and private DRBG thread local
2018-03-19 Jack LloydHandle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLEN
2018-03-19 Jack LloydSupport SM2 ECIES scheme via EVP
2018-03-19 Jack LloydAdd SM2 signature and ECIES schemes
2018-03-19 Andy PolyakovMIPS assembly pack: default heuristic detection to...
2018-03-19 Bernd EdlingerFix bio callback backward compatibility
2018-03-19 Matt CaswellFix no-cmac
2018-03-17 Dr. Matthias St... Fix miscellaneous typos in docs and source
2018-03-17 Richard Levittets_RESP_sign: Don't try to use v2 signing when ESS...
2018-03-17 Kurt RoeckxReturn error when trying to use prediction resistance
2018-03-17 Kurt RoeckxPropagate the request for prediction resistance to...
2018-03-17 Bernd EdlingerFixed a crash in error handing of rand_drbg_new
2018-03-17 Bernd EdlingerFix error handling in b2i_dss and b2i_rsa
2018-03-16 Dr. Matthias St... RAND_DRBG: add a function for setting the default DRBG...
2018-03-15 Dr. Matthias St... Publish the RAND_DRBG API
2018-03-15 Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15 Matt CaswellAdd functions for setting the new EVP_PKEY_ASN1_METHOD...
2018-03-15 Matt CaswellMake sure all errors go on the stack in the EVP_PKEY_ne...
2018-03-15 Matt CaswellAdd the function EVP_PKEY_new_CMAC_key()
2018-03-15 Matt CaswellAdd support for setting raw private Poly1305 keys
2018-03-15 Matt CaswellAdd support for setting raw private SIPHASH keys
2018-03-15 Matt CaswellAdd support for setting raw private HMAC keys
2018-03-15 Matt CaswellAdd support for setting raw private/public 25519/448...
2018-03-15 Matt CaswellAdd functions to create an EVP_PKEY from raw private...
2018-03-15 PauliMissings OIDs for XTS added.
2018-03-14 Matt CaswellFix an error number clash
2018-03-14 Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-13 Andy Polyakovec/curve25519.c: resolve regression with Android NDK...
2018-03-13 Andy Polyakovstore/loader_file.c: rename variables causing conflicts...
2018-03-13 Tim Hudsonupdate SRP copyright notice
2018-03-12 Richard LevitteAdjust LPdir_unix.c on VMS for OpenSSL expectations
2018-03-12 Richard LevitteCONF: On VMS, treat VMS syntax inclusion paths correctly
2018-03-12 Matt CaswellFree the correct type in OBJ_add_object()
2018-03-12 Matt CaswellImprove error handling in pk7_doit
2018-03-12 gmileAdd OIDs for DSTU-4145
2018-03-12 Andy Polyakovmem_sec.c: portability fixup.
2018-03-09 Dr. Matthias St... RAND_DRBG: add a function for setting the reseeding...
2018-03-09 Benjamin KadukFix type error in PEM processing
2018-03-09 Todd ShortAdd SSL/SSL_CTX_use_cert_and_key()
2018-03-09 Richard LevitteDisplay the library building flags
2018-03-09 Matt CaswellGive more information in the SSL_stateless return code
2018-03-08 Richard LevitteMake a few more asm modules conform: last argument...
2018-03-08 Richard LevitteMake "make variables" config attributes for overridable...
2018-03-08 Bryan DonlanFix issues in ia32 RDRAND asm leading to reduced entropy
2018-03-07 Sergey ZhuravlevAdd GOST OIDs for Edwards parameter sets
2018-03-07 Viktor DukhovniPrepare to detect index changes in OCSP responder.
2018-03-06 Andy Polyakovcrypto/armcap.c: mask SHA512 hardware detection on...
2018-03-06 knekritzAvoid unconditional store in CRYPTO_malloc.
2018-03-06 Kurt RoeckxCheck the parent DRBG's strength
2018-03-06 Kurt Roeckxbnrand_range: Always call bnrand() with the correct...
2018-03-05 Tomas MrazAdd support for .include directive in config files
2018-03-03 Andy Polyakovmem_sec.c: portability fixup.
2018-03-03 Andy Polyakovec/curve448/f_generic.c: fix VC-WIN32 debug build failure.
2018-03-03 Andy Polyakovec/curve448/curve448.c: fix undefined behaviour sanitiz...
2018-03-03 Bernd EdlingerFix a possible memory leak in engine_table_register
2018-03-02 Matt CaswellIntegrate X448 and Ed448 into libcrypto
2018-03-01 Brad SpencerTest the result of CMS_RecipientInfo_ktri_get0_algs...
2018-03-01 Andy Polyakovec/asm/x25519-x86_64.pl: remove redundant carry chain.
2018-02-28 Kurt RoeckxTell the ciphers which DRBG to use for generating rando...
2018-02-27 David BenjaminAlways use adr with __thumb2__.
2018-02-27 Rich SalzMake some perl scripts output to stdout
2018-02-27 Richard Levittecrypto/ec/asm/x25519-x86_64.pl: close STDOUT, not ...
2018-02-27 Dr. Matthias St... bio_b64.c: prevent base64 filter BIO from decoding...
2018-02-27 Matt CaswellUpdate copyright year
next