Fix a crash in the speed command with wrap ciphers
[openssl.git] / crypto /
2019-05-23 Matt CaswellAdd more commentary about recursive Provider intialisat...
2019-05-23 Matt CaswellMake some EVP code available from within the FIPS module
2019-05-23 Matt CaswellMake core code available within the FIPS module
2019-05-22 voevFix GOST OID
2019-05-22 Patrick SteuerEVP_Digest*: enable SHA3 pre-hashing for DSA
2019-05-22 Patrick SteuerEVP_Digest*: enable SHA3 pre-hashing for ECDSA
2019-05-22 Patrick Steuers390x assembly pack: allow specifying the tag after...
2019-05-22 PauliOptional property query support.
2019-05-21 Kurt RoeckxChange default RSA, DSA and DH size to 2048 bit
2019-05-21 Matt CaswellRevert "EVP_*Update: ensure that input NULL with length...
2019-05-20 PauliParams conversion tests.
2019-05-20 Richard LevitteClear CRMF vs CMP confusion
2019-05-20 PauliRevert "ppc assembly pack: always increment CTR IV...
2019-05-17 Daniel Axtensppc assembly pack: always increment CTR IV as quadword
2019-05-16 Shane LontisAdded X963KDF API
2019-05-12 Richard LevitteEVP_FETCH: remove the need to transport the legacy...
2019-05-12 Richard LevitteEVP_FETCH: deal with names without pre-defined NIDs
2019-05-12 Richard LevitteMake the generic EVP fetching mechanism use the namenum map
2019-05-12 Richard LevitteCreate internal number<->name mapping API
2019-05-10 Dr. Matthias St... Ignore entropy from RAND_add()/RAND_seed() in FIPS...
2019-05-09 Rashmica Guptacrypto/ppccap.c: Fix which hwcap value used to check...
2019-05-08 Richard Levitteossl_bsearch(): New generic internal binary search...
2019-05-08 Tobias NießenAllow specifying the tag after AAD in CCM mode
2019-05-08 Guido VrankenEVP_EncryptUpdate, EVP_EncryptFinal_ex: don't branch...
2019-05-07 PauliCoverity CID 1444951: Null pointer dereferences
2019-05-07 PauliCoverity CID 1444952: Null pointer dereferences
2019-05-07 PauliCoverity CID 1444953: Null pointer dereferences
2019-05-07 PauliCoverity CID 1444954: Integer handling issues
2019-05-07 PauliCoverity CID 1444955: Null pointer dereferences
2019-05-07 PauliCoverity CID 1444956: Integer handling issues
2019-05-07 PauliCoverity CID 1444957: Error handling issues
2019-05-07 PauliCoverity CID 1444958: Null pointer dereferences
2019-05-07 PauliCoverity CID 1444959: Integer handling issues
2019-05-07 PauliCoverity CID 1444960: Error handling issues
2019-05-07 PauliCoverity CID 1444961: Integer handling issues
2019-05-07 PauliCoverity CID 1444963: Null pointer dereferences
2019-05-07 Matt CaswellReject obviously invalid DSA parameters during signing
2019-05-07 Boris Pismennyssl: Add SSL_sendfile
2019-05-03 Simo SorceChange the digest string from "md" to "digest"
2019-05-03 Shane LontisAdded generated files for EVP_KDF changes
2019-05-03 Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
2019-05-02 Matt CaswellAdd some TODO notes into init.c
2019-05-02 Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-05-02 Matt CaswellAdd support for openssl_ctx_run_once and openssl_ctx_onfree
2019-05-02 Klotz, TobiasUse vxRandLib for VxWorks7
2019-04-30 PauliStructure alignment macro.
2019-04-30 Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-30 Richard LevitteReplumbing: make the oneshot proider cipher function...
2019-04-30 Dr. Matthias St... FIPS: Fix compiler errors in rsa_chk.c when building...
2019-04-30 PauliSquashed commit of the following:
2019-04-26 David BenjaminCopy RSA-PSS saltlen in EVP_PKEY_CTX_dup.
2019-04-25 Patrick Steuers390x assembly pack: remove poly1305 dependency on...
2019-04-25 Patrick Steuers390x assembly pack: remove chacha20 dependency on...
2019-04-25 Patrick Steuers390x assembly pack: update perlasm module
2019-04-25 Patrick Steuers390x assembly pack: allow alignment hints for vector...
2019-04-25 Guido VrankenEnforce a strict output length check in CRYPTO_ccm128_tag
2019-04-23 Richard LevitteAdd a way for the application to get OpenSSL configurat...
2019-04-23 Richard LevitteAdd the possibility to display and use MODULESDIR
2019-04-23 Matt CaswellIf key or iv is NULL set the respective length to 0
2019-04-23 Matt CaswellFix EVP_CIPHER_CTX_rand_key()
2019-04-20 PauliFix bug in entropy gathering.
2019-04-19 Matt CaswellCreate provider errors and use them
2019-04-19 Matt CaswellMake implementation of blocksize, iv_length and key_len...
2019-04-19 Matt CaswellAdd a maximum output length to update and final calls
2019-04-19 Matt CaswellAdd iv length and key length params to the cipher init...
2019-04-19 Matt CaswellImplement AES CTR ciphers in the default provider
2019-04-19 Matt CaswellImplement AES CFB ciphers in the default provider
2019-04-19 Matt CaswellImplement AES OFB ciphers in the default provider
2019-04-19 Matt CaswellImplement AES CBC ciphers in the default provider
2019-04-19 Matt CaswellAdd support in the default provider for 192/128 bit...
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
next