Optimize session cache flushing
[openssl.git] / providers / implementations / ciphers /
2021-06-08 Shane LontisAdd a gettable for provider ciphers to return the EVP_C...
2021-06-08 Juergen ChristFix CipherInit on s390x.
2021-06-04 Tomas MrazMove libssl related defines used by fips provider to...
2021-06-01 Shane LontisFix param indentation in ciphercommon_hw.c
2021-06-01 Shane LontisFix aes cfb1 so that it can operate in bit mode.
2021-05-29 Pauliprov: add zero strenght arguments to BN and RAND RNG...
2021-05-28 Shane LontisFix incorrect gettable OSSL_CIPHER_PARAM_TLS_MAC parameter
2021-05-28 Shane LontisFix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_params
2021-05-26 Rich SalzUse <> for #include openssl/xxx
2021-05-26 Pauliaes: rename new bsaes_ symbols -> ossl_bsaes_ ones
2021-05-08 Dr. David von OheimbCrypto: Add deprecation compatibility declarations...
2021-05-07 Jon SpillettFixes #15070. Allow custom algorithm ID ASN.1 encoding...
2021-05-07 Richard LevitteDrop libimplementations.a
2021-04-19 Tomas MrazDo IV reset also for DES and 3DES implementations
2021-04-12 Tomas MrazAlways reset IV for CBC, OFB, and CFB mode on cipher...
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 PauliRevert "Fix AES-CBC perf test failure issue"
2021-04-07 Fangming.FangFix AES-CBC perf test failure issue
2021-03-18 Shane LontisAdd ossl_provider symbols
2021-03-18 Shane LontisAdd ossl_ symbols for sm3 and sm4
2021-03-18 Shane LontisAdd ossl_siv symbols
2021-03-18 Shane LontisAdd ossl_aria symbols
2021-03-11 Paulisupport params argument to AES cipher init calls
2021-03-11 Pauliprov: support params argument to common cipher init...
2021-03-11 Pauliprov: support param argument to DES cipher init calls
2021-03-11 Pauliprov: support param argument to null cipher init calls
2021-03-11 Pauliprov: support params argument to CHACHA20 ciphers
2021-03-11 Pauliprov: support params argument to RCx ciphers
2021-03-11 Matt CaswellUpdate copyright year
2021-02-26 Pauliprov: upport modified gettable/settable ctx calls for...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Shane LontisFix external symbols in the provider cipher implementat...
2021-02-11 Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-10 Shane LontisReplace provider cipher flags with separate param fields
2021-01-28 Juergen ChristFix cipher reinit on s390x if no key is specified
2021-01-28 Richard LevitteUpdate copyright year
2021-01-18 Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2021-01-13 Tomas Mrazchacha20: Properly reinitialize the cipher context...
2021-01-13 Matt CaswellFix enable-weak-ssl-ciphers
2021-01-07 Matt CaswellUpdate copyright year
2021-01-06 Matt CaswellOnly perform special TLS handling if TLS has been confi...
2020-12-14 Shane LontisChange AES-CTS modes CS2 and CS3 to also be inside...
2020-12-03 Pauliremove unused assignments
2020-11-30 Matt CaswellFix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_...
2020-11-30 Matt CaswellFix instances of pointer addition with the NULL pointer
2020-11-25 Matt CaswellFix RC4-MD5 based ciphersuites
2020-11-25 Matt CaswellEnsure Stream ciphers know how to remove a TLS MAC
2020-11-11 Richard LevitteConvert all {NAME}err() in providers/ to their correspo...
2020-11-05 Matt CaswellUpdate copyright year
2020-11-01 Shane LontisAdd AES KW inverse ciphers to the EVP layer
2020-10-27 Shane LontisFix sparc t4 build error 'undefined symbol: cipher_hw_g...
2020-10-20 XiaokangQianFix Aes-xts potential failure on aarch64
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Pauliprov: prefix all exposed 'cipher' symbols with ossl_
2020-10-01 Pauliprov: prefix aes-cbc-cts functions with ossl_
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-17 Shane LontisFix AES_XTS on x86-64 platforms with BSAES and VPAES...
2020-09-17 Shane LontisUpdate AES GCM IV max length to be 1024 bits (was 512)
2020-09-12 Pauliciphers: add FIPS error state handling
2020-08-20 Matt CaswellFix stitched ciphersuites in TLS1.0
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-11 Benjamin KadukExpose S390x HW ciphers' IV state to provider layer
2020-08-11 Benjamin KadukMake GCM providers more generous about fetching IVs
2020-08-11 Benjamin KadukSupport cipher provider "iv state"
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-08-04 Shane LontisFix provider cipher reinit after init/update with a...
2020-07-22 Shane LontisFix provider cipher reinit issue
2020-07-16 Richard LevitteUpdate copyright year
2020-07-15 Shane LontisAdd AES_CBC_CTS ciphers to providers
2020-07-11 Richard LevitteAdd and use internal header that implements endianness...
2020-07-06 Matt CaswellEnsure TLS padding is added during encryption on the...
2020-07-06 Matt CaswellEnsure any allocated MAC is freed in the provider code
2020-07-06 Matt CaswellDecreate the length after decryption for the stitched...
2020-07-06 Matt CaswellEnsure GCM "update" failures return 0 on error
2020-07-06 Matt CaswellMake the NULL cipher TLS aware
2020-07-06 Matt CaswellChange ChaCha20-Poly1305 to be consistent with out...
2020-07-06 Matt CaswellAdd provider support for TLS CBC padding and MAC removal
2020-06-25 Matt CaswellUpdate copyright year
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-20 Benjamin KadukAllow oversized buffers for provider cipher IV fetch
2020-06-20 Benjamin KadukSet cipher IV as octet string and pointer from providers
2020-05-04 Shane LontisFix incorrect default keysize for CAST ofb and cfb...
2020-05-02 Shane LontisAdd solaris assembler fixes for legacy provider
2020-04-30 Paulicoverity: 1462544 Dereference after null check
2020-04-28 Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23 Matt CaswellUpdate copyright year
2020-04-15 Tomas MrazFix no-pic static builds
2020-04-10 Patrick SteuerFix EVP_DigestSign interface when used with DES CMAC
2020-04-09 Shane LontisMove legacy ciphers into the legacy provider
2020-04-03 Bernd EdlingerFix a gcc warning about possible null pointer
2020-03-08 Kurt RoeckxImprove small block cipher performance
2020-02-08 Matt CaswellDon't compile AESNI code if we're not AESNI capable
2020-02-05 Matt CaswellFix no-multiblock
2020-02-04 Shane LontisFix coverity issues CID 1457745...1457752, 1457853...
2020-01-24 PauliDeprecate the low level DES functions.
next