]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Style: ssl.h
[thirdparty/openssl.git] / crypto /
2018-04-17  Davide GalassiBIGNUM signed add/sub routines refactory
2018-04-17  Matt CaswellFix a memory leak in an error path
2018-04-17  Dr. Matthias St... p5_scrypt.c: fix error check of RAND_bytes() call
2018-04-17  Dr. Matthias St... DRBG: fix coverity issues
2018-04-17  Richard LevitteUpdate copyright year
2018-04-16  Matt CaswellRSA key generation: ensure BN_mod_inverse and BN_mod_ex...
2018-04-14  Matthias Kraftopenssl#5668: corrections after compiling with -qinfo...
2018-04-13  Richard Levittemake update
2018-04-13  Dr. Matthias St... DRBG: implement a get_nonce() callback
2018-04-13  Matt CaswellAdd support for the SRP base64 alphabet
2018-04-13  Matt CaswellChange SRP functions to use EVP_EncodeUpdate/EVP_Decode...
2018-04-10  Dr. Matthias St... DRBG: fix memory leak on error in rand_drbg_get_entropy()
2018-04-09  Andy Polyakovbio/b_addr.c: resolve HP-UX compiler warnings.
2018-04-09  Kunxian XiaCorrect the equation for Y' in the comment of point_dou...
2018-04-08  Dr. Matthias St... Fix false positives of IS_*() macros for 8-bit ASCII...
2018-04-06  Matt CaswellSupport EVP_PKEY_sign() and EVP_PKEY_verify() for EdDSA
2018-04-06  Rich SalzFix bugs in X509_NAME_ENTRY_set
2018-04-05  Rich SalzSet error code if alloc returns NULL
2018-04-05  Matt CaswellPick a q size consistent with the digest for DSA param...
2018-04-05  Matt CaswellDon't crash if an unrecognised digest is used with...
2018-04-05  Matt CaswellMove the loading of the ssl_conf module to libcrypto
2018-04-04  Richard LevitteChange rand_pool_add[_end] prototypes to match
2018-04-04  Andy Polyakovrand/randfile.c: fix potential resource leak in RAND_lo...
2018-04-04  Richard LevitteRemove ambiguity in rand_pool_add[_end] return value
2018-04-04  Bernd EdlingerPrevent a possible recursion in ERR_get_state and fix...
2018-04-04  Bernd EdlingerDon't use getenv for critical functions when run as...
2018-04-03  David BenjaminFix a bug in ecp_nistp224.c.
2018-04-03  PecioEnabled OneCore Conf for Console Apps (removed nonUnive...
2018-04-03  Richard LevitteVMS: stricter acquisition of entropy for the pool
2018-04-03  Rich SalzSet error code on alloc failures
2018-04-03  Matt CaswellFix a text canonicalisation bug in CMS
2018-04-03  Matt CaswellUpdate copyright year
2018-04-02  Kurt RoeckxUse the private RNG for data that is not public
2018-04-01  Daniel BeveniusRemove import/use of File::Spec::Function
2018-04-01  Kurt RoeckxMake sure we use a nonce when a nonce is required
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...
next