index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
ciphers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix param indentation in ciphercommon_hw.c
Shane Lontis
2021-06-01
1
-10
/
+10
*
Fix aes cfb1 so that it can operate in bit mode.
Shane Lontis
2021-06-01
1
-0
/
+11
*
prov: add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
6
-7
/
+7
*
Fix incorrect gettable OSSL_CIPHER_PARAM_TLS_MAC parameter
Shane Lontis
2021-05-28
1
-1
/
+1
*
Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_params
Shane Lontis
2021-05-28
1
-1
/
+0
*
Use <> for #include openssl/xxx
Rich Salz
2021-05-27
1
-1
/
+1
*
aes: rename new bsaes_ symbols -> ossl_bsaes_ ones
Pauli
2021-05-27
3
-5
/
+5
*
Crypto: Add deprecation compatibility declarations for SHA* message digest fu...
Dr. David von Oheimb
2021-05-08
1
-5
/
+5
*
Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphers
Jon Spillett
2021-05-07
1
-2
/
+4
*
Drop libimplementations.a
Richard Levitte
2021-05-07
1
-12
/
+11
*
Do IV reset also for DES and 3DES implementations
Tomas Mraz
2021-04-19
2
-0
/
+9
*
Always reset IV for CBC, OFB, and CFB mode on cipher context reinit
Tomas Mraz
2021-04-12
1
-0
/
+7
*
Update copyright year
Matt Caswell
2021-04-08
4
-4
/
+4
*
Revert "Fix AES-CBC perf test failure issue"
Pauli
2021-04-08
1
-1
/
+0
*
Fix AES-CBC perf test failure issue
Fangming.Fang
2021-04-07
1
-0
/
+1
*
Add ossl_provider symbols
Shane Lontis
2021-03-18
3
-4
/
+4
*
Add ossl_ symbols for sm3 and sm4
Shane Lontis
2021-03-18
1
-3
/
+3
*
Add ossl_siv symbols
Shane Lontis
2021-03-18
1
-9
/
+9
*
Add ossl_aria symbols
Shane Lontis
2021-03-18
3
-6
/
+6
*
support params argument to AES cipher init calls
Pauli
2021-03-11
6
-31
/
+101
*
prov: support params argument to common cipher init calls
Pauli
2021-03-11
3
-21
/
+30
*
prov: support param argument to DES cipher init calls
Pauli
2021-03-11
2
-14
/
+22
*
prov: support param argument to null cipher init calls
Pauli
2021-03-11
1
-2
/
+4
*
prov: support params argument to CHACHA20 ciphers
Pauli
2021-03-11
3
-12
/
+28
*
prov: support params argument to RCx ciphers
Pauli
2021-03-11
7
-10
/
+111
*
Update copyright year
Matt Caswell
2021-03-11
18
-18
/
+18
*
prov: upport modified gettable/settable ctx calls for ciphers
Pauli
2021-02-26
9
-18
/
+30
*
Update copyright year
Matt Caswell
2021-02-18
29
-29
/
+29
*
Fix external symbols in the provider cipher implementations.
Shane Lontis
2021-02-18
31
-180
/
+193
*
Various cleanup of PROV_R_ reason codes
Tomas Mraz
2021-02-11
13
-24
/
+27
*
Move the PROV_R reason codes to a public header
Tomas Mraz
2021-02-11
23
-27
/
+26
*
Replace provider cipher flags with separate param fields
Shane Lontis
2021-02-10
23
-82
/
+80
*
Fix cipher reinit on s390x if no key is specified
Juergen Christ
2021-01-28
1
-3
/
+3
*
Update copyright year
Richard Levitte
2021-01-28
7
-7
/
+7
*
Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarity
Tomas Mraz
2021-01-18
5
-9
/
+10
*
chacha20: Properly reinitialize the cipher context with NULL key
Tomas Mraz
2021-01-13
2
-0
/
+7
*
Fix enable-weak-ssl-ciphers
Matt Caswell
2021-01-13
1
-0
/
+8
*
Update copyright year
Matt Caswell
2021-01-07
1
-1
/
+1
*
Only perform special TLS handling if TLS has been configured
Matt Caswell
2021-01-06
1
-1
/
+1
*
Change AES-CTS modes CS2 and CS3 to also be inside the fips module.
Shane Lontis
2020-12-14
2
-19
/
+13
*
remove unused assignments
Pauli
2020-12-03
2
-6
/
+4
*
Fix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_SMALL_FOOTPRINT
Matt Caswell
2020-11-30
1
-5
/
+7
*
Fix instances of pointer addition with the NULL pointer
Matt Caswell
2020-11-30
1
-1
/
+2
*
Fix RC4-MD5 based ciphersuites
Matt Caswell
2020-11-25
5
-8
/
+21
*
Ensure Stream ciphers know how to remove a TLS MAC
Matt Caswell
2020-11-25
1
-9
/
+20
*
Convert all {NAME}err() in providers/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-11
1
-3
/
+3
*
Update copyright year
Matt Caswell
2020-11-05
2
-2
/
+2
*
Add AES KW inverse ciphers to the EVP layer
Shane Lontis
2020-11-02
1
-3
/
+28
*
Fix sparc t4 build error 'undefined symbol: cipher_hw_generic_cbc'
Shane Lontis
2020-10-27
2
-2
/
+2
*
Fix Aes-xts potential failure on aarch64
XiaokangQian
2020-10-20
1
-0
/
+1
[next]