index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
providers
/
implementations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement deterministic ECDSA sign (RFC6979)
slontis
2022-11-30
9
-31
/
+359
*
aes: add AES-GCM-SIV modes to the FIPS provider
Pauli
2022-11-30
1
-4
/
+6
*
providers: Add SM4 XTS implementation
Xu Yizhou
2022-11-29
6
-1
/
+421
*
Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...
Nicola Tuveri
2022-11-29
1
-1
/
+3
*
Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.
Stephen Farrell
2022-11-25
4
-143
/
+105
*
Cleanup : directly include of `internal/nelem.h` when required.
FdaSilvaYY
2022-11-23
5
-0
/
+5
*
Fix the check of EC_GROUP_check_named_curve
Peiwei Hu
2022-11-16
1
-1
/
+1
*
cmac_set_ctx_params(): Fail if cipher mode is not CBC
Tomas Mraz
2022-11-11
1
-2
/
+12
*
Check for private key existence before calling eddsa sign functions
Wangchong Zhou
2022-11-04
1
-0
/
+8
*
providers/implementations/kdfs/pvkkdf.c: Ensure SIZE_MAX is defined
Richard Levitte
2022-10-28
1
-0
/
+1
*
Make openVMS seeding less dependent of OpenVMS version
Richard Levitte
2022-10-27
1
-28
/
+54
*
rand: remove the ossl_rand_pool_add_additional_data() function.
Pauli
2022-10-27
5
-153
/
+0
*
Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips source
Tomas Mraz
2022-10-19
1
-1
/
+5
*
default provider: include RIPEMD160
Pauli
2022-10-19
1
-1
/
+1
*
set MGF1 digest correctly
James Muir
2022-10-07
1
-3
/
+5
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
54
-245
/
+108
*
Fix HPKE and DHKEM for X25519 and X448 on s390x
Juergen Christ
2022-09-27
1
-4
/
+26
*
Add HPKE DHKEM provider support for EC, X25519 and X448.
slontis
2022-09-23
10
-67
/
+1694
*
Add support for loading root CAs from Windows crypto API
Hugo Landau
2022-09-14
3
-0
/
+331
*
Fix AES-GCM on Power 8 CPUs
Tomas Mraz
2022-09-13
1
-18
/
+54
*
Fix PROV_RC5_CTX's original structure name
Paul Yang
2022-09-12
1
-1
/
+1
*
Cleanup EBCDIC string defintions
Todd Short
2022-09-09
1
-7
/
+2
*
provider: cipher: aes: add riscv32 zkn (zbkb) support
Hongren (Zenithal) Zheng
2022-09-05
8
-0
/
+311
*
Support decode SM2 parameters
K1
2022-08-23
4
-3
/
+8
*
Limit the size of various MAXCHUNK definitions
Pauli
2022-08-19
1
-1
/
+1
*
Move protocol version specific code into separate files
Matt Caswell
2022-08-18
1
-1
/
+1
*
ec_kmgmt.c: Do not crash when getting OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEY
Tomas Mraz
2022-08-18
1
-3
/
+10
*
providers: Set the size of EC signature on s390.
Sebastian Andrzej Siewior
2022-08-04
1
-4
/
+16
*
Fix AES-GCM-SIV endian issues
Todd Short
2022-08-01
3
-29
/
+38
*
Implement AES-GCM-SIV (RFC8452)
Todd Short
2022-07-29
7
-1
/
+915
*
GCM: record limit counter gets reset on AAD changes
Pauli
2022-07-27
1
-1
/
+8
*
s390x: Optimize kmac
Juergen Christ
2022-07-26
1
-3
/
+28
*
dh_to_text: Print the dh->length if set
Tomas Mraz
2022-07-18
1
-0
/
+6
*
s390x: Fix Keccak implementation
Juergen Christ
2022-07-14
1
-1
/
+18
*
use #pragma comment(lib) with _MSC_VER only
Viktor Szakats
2022-07-11
1
-1
/
+3
*
Fix Coverity 1498605 & 1498606: uninitialised value
Pauli
2022-07-06
2
-2
/
+4
*
kdf objects missing a return if malloc fails.
slontis
2022-06-28
2
-3
/
+7
*
The flag "decoded-from-explicit" must be imp/exportable
Tomas Mraz
2022-06-23
1
-1
/
+2
*
providers/implementations/exchange/kdf_exch.c: fix unavailable SIZE_MAX
Richard Levitte
2022-06-20
1
-0
/
+1
*
providers/implementations/exchange/kdf_exch.c: Fix kdf_derive()
Richard Levitte
2022-06-15
1
-2
/
+21
*
Fix the export routines to not return success if param alloc failed
Matt Caswell
2022-06-15
4
-10
/
+14
*
sm2_dupctx: Avoid potential use after free of the md
Tomas Mraz
2022-06-10
1
-0
/
+2
*
Fix a use after free in error handling of hmac_dup
Bernd Edlinger
2022-06-10
1
-0
/
+1
*
providers: cipher: aes: add riscv64 zkn support
Hongren (Zenithal) Zheng
2022-06-10
8
-4
/
+192
*
Don't report success from ec_export if OSSL_PARAM_BLD_to_param failed
Matt Caswell
2022-06-08
1
-0
/
+2
*
Check return value of ossl_parse_property()
Tomas Mraz
2022-06-06
1
-1
/
+1
*
Fix the incorrect checks of EVP_CIPHER_CTX_set_key_length
Peiwei Hu
2022-05-27
1
-1
/
+3
*
Fix check of EVP_CIPHER_CTX_ctrl
Peiwei Hu
2022-05-24
1
-2
/
+2
*
Fix regression in default key length for Blowfish CFB and OFB ciphers
Tomas Mraz
2022-05-23
2
-4
/
+4
*
Make IV/buf in prov_cipher_ctx_st aligned
Hongren (Zenithal) Zheng
2022-05-11
1
-6
/
+7
[next]