]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Implement support for AES-256-ECB in the default provider
[thirdparty/openssl.git] / crypto /
2019-04-19  Matt CaswellImplement support for AES-256-ECB in the default provider
2019-04-19  Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2019-04-19  Richard Levitteossl_method_store_cache_get(): ensure non-NULL property...
2019-04-19  Richard LevitteOPENSSL_LH_flush(): assign NULL after freeing
2019-04-19  Richard LevitteFix the generic EVP algorithm fetch to actually cache...
2019-04-17  Andy Polyakovchacha/asm/chacha-armv8.pl: replace 3+1 code paths...
2019-04-17  Andy Polyakovaes/asm/aesv8-armx.pl: ~20% improvement on ThunderX2.
2019-04-17  Andy PolyakovARM64 assembly pack: add ThunderX2 results.
2019-04-17  PauliSP 800-56B steps enumerated.
2019-04-16  Tomas MrazAdd testing of RDONLY memory BIOs
2019-04-16  Tomas MrazFix for BIO_get_mem_ptr and related regressions
2019-04-15  Kurt RoeckxCall RSA generation callback at the correct time.
2019-04-15  Richard LevitteProviders: for the digest_final operation, pass a outpu...
2019-04-14  David BenjaminFix calling convention bug in ecp_nistz256_ord_sqr_mont
2019-04-14  Bernd EdlingerDon't use coordinate blinding when scalar is group...
2019-04-12  Matt CaswellDeprecate AES_ige_encrypt() and AES_bi_ige_encrypt()
2019-04-12  PauliAdd prediction resistance capability to the DRBG reseed...
2019-04-11  Shane Lontisec key validation checks updated
2019-04-11  Shane Lontisdoc fixups
2019-04-11  Nicola TuveriSeparate the lookup test
2019-04-11  Shane Lontisadded code to validate EC named curve parameters
2019-04-10  PauliReseeding without derivation function is not supported...
2019-04-10  Shane LontisFixed linux_x86_icc compiler errors in EC code related...
2019-04-10  Bernd EdlingerAvoid creating invalid rsa pss params
2019-04-10  Richard LevitteEVP_*Update: ensure that input NULL with length 0 isn...
2019-04-09  Paul YangMake X509_set_sm2_id consistent with other setters
2019-04-09  Richard LevitteParams API: {utf8,octet}_ptr need to know the data...
2019-04-09  Matt CaswellFix crash in X509_STORE_CTX_get_by_subject
2019-04-09  Matt CaswellAdd a legacy provider and put MD2 in it
2019-04-09  Matt CaswellUse the right NID when putting a method in the store
2019-04-09  Richard LevitteParams: add OSSL_PARAM_construct_end()
2019-04-09  Shane LontisEC keygen updates + changed ecdsa_sign to use BN_secure_new
2019-04-08  Shane LontisCoverity: hkdf ENV_MD_size() is an int that can be...
2019-04-07  Patrick Steuerfix --strict-warnings build
2019-04-06  FdaSilvaYYCoverity: fix two minor NPD issues.
2019-04-06  PauliFix big endian param API tests.
2019-04-06  Bernd EdlingerFix the allocation size in EVP_OpenInit and PEM_SignFinal
2019-04-05  Richard LevitteEVP configuration section: add 'default_properties...
2019-04-05  Richard LevitteEVP_set_default_properties(): New function to set globa...
2019-04-05  Richard LevitteConvert the ENGINE_CONF trace calls to use CONF instead
2019-04-05  Richard LevitteAdd a bit of tracing in the core conf module runner
2019-04-05  Richard LevitteRename the PROVIDER_CONF trace to CONF
2019-04-05  Richard LevitteOPENSSL_init_crypto(): check config return code correctly
2019-04-05  Richard LevitteFix number clash: EVP_F_AESNI_XTS_INIT_KEY vs EVP_F_EVP...
2019-04-05  PauliMove the AES-XTS mode duplicated key check into the...
2019-04-04  Matt CaswellCreate a FIPS provider and put SHA256 in it
2019-04-04  Dr. Matthias St... trace: add PROVIDER_CONF trace category
2019-04-03  Richard LevitteCorrect EVP_F_EVP_MD_BLOCK_SIZE number
2019-04-03  Tomas MrazUse AI_ADDRCONFIG hint with getaddrinfo if available.
2019-04-03  Matt CaswellSupport EVP_MD_block_size() with providers
2019-04-03  Matt CaswellEnsure EVP_MD_CTX_md returns the EVP_MD originally...
2019-04-03  Richard LevitteReplumbing: add a configuration module for providers
2019-04-03  Richard LevitteReplumbing: add functionality to set provider parameters
2019-04-03  PauliAES-XTS block limit.
2019-04-02  Richard LevitteRevert "crypto/rand/rand_win.c: include "e_os.h" to...
2019-04-02  Dr. Matthias St... rand_win.c: loosen version requirements for BCryptGenRandom
2019-04-02  Richard Levittecrypto/rand/rand_win.c: include "e_os.h" to get the...
2019-04-01  Boris Pismennybio: Linux TLS Rx Offload
2019-04-01  Richard LevitteRework DSO API conditions and configuration option
2019-03-30  Shane Lontisfixed public range check in ec_GF2m_simple_oct2point
2019-03-30  PauliImplement the param types that aren't explicitly length...
2019-03-29  Dr. Matthias St... trace: rename the default trace category from 'ANY...
2019-03-29  Dr. Matthias St... trace: apps/openssl: print the correct category name
2019-03-29  Dr. Matthias St... trace: fix out-of-bound memory access
2019-03-29  Dr. Matthias St... trace: don't pretend success if it's not enabled
2019-03-29  Patrick Steuers390x assembly pack: import poly from cryptogams repo
2019-03-29  Richard LevitteRemove heartbeats completely
2019-03-29  PauliMake the array zeroing explicit using memset.
2019-03-29  PauliIt isn't necessary to initialise a struct stat before...
2019-03-29  PauliClear seed source structures.
2019-03-29  Soujyu TanakaFor the lack of GetModuleHandleEx(), we use DSO route...
2019-03-29  Soujyu TanakaCircumvent a problem of lacking GetEnvironmentVariable...
2019-03-29  Soujyu TanakaAvoid linking error for InitializeCriticalSectionAndSpi...
2019-03-29  PauliAdd the FIPS related continuous random number generator...
2019-03-29  Andy PolyakovIA64 assembly pack: add {chacha|poly1305}-ia64 modules.
2019-03-29  Shane LontisFixed unmatched BN_CTX_start/end if an invalid exponent...
2019-03-28  PauliFix broken change from b3d113e.
2019-03-28  Shane Lontiscoverity fixes for SSKDF + mac_app + kdf test cleanup
2019-03-28  Matt CaswellMake OCSP_id_cmp and OCSP_id_issuer_cmp accept const...
2019-03-27  Jake MassimoIncrease rounds of Miller-Rabin testing DH_check
2019-03-27  Matt CaswellDon't allow SHAKE128/SHAKE256 with HMAC
2019-03-27  Matt CaswellCorrectly check the return code of EVP_MAC_ctrl everwhe...
2019-03-27  Matt CaswellFix a memory leak in ARIA GCM
2019-03-27  Matt CaswellTolerate 0 byte input length for Update functions
2019-03-22  Bernd EdlingerModify the RSA_private_decrypt functions to check the...
2019-03-22  Bernd EdlingerMake err_clear_constant_time really constant time
2019-03-22  PauliCosmetic rand/drbg changes.
2019-03-21  Matt CaswellImplement SHA256 in the default provider
2019-03-21  Matt CaswellMake EVP_Digest* functions provider aware
2019-03-21  Matt CaswellImplement EVP_MD_fetch()
2019-03-21  Matt CaswellAdd a skeleton default provider
2019-03-21  Shane Lontisfixed mismatching #ifdef cpp
2019-03-20  Richard LevitteOPENSSL_config(): restore error agnosticism
2019-03-20  David von Oheimbreplace 'OpenSSL license' by 'Apache License 2.0'
2019-03-19  Richard LevitteReplumbing: Add a mechanism to pre-populate the provide...
2019-03-19  Richard LevitteReplumbing: add fallback provider capability
2019-03-19  Shane LontisSingle step kdf implementation
2019-03-19  Rich SalzMove ASN1_BROKEN macros
2019-03-19  Dmitry BelyavskiyProviding missing accessor to EVP_PKEY.engine
2019-03-19  Hua ZhangFix compiling error for mips32r6 and mips64r6
next