index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.gitmodules
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-28
Cleanups for FIPS options..
slontis
46
-723
/
+229
2024-08-27
fix: for exporters to work for build config, there may be two include dirs
Richard Levitte
5
-46
/
+84
2024-08-27
fix: exporters/cmake/OpenSSLConfig.cmake.in to work for build config
Richard Levitte
1
-4
/
+6
2024-08-27
test: issuedOnBehalfOf X.509v3 extension
Jonathan M. Wilbur
2
-1
/
+17
2024-08-27
feat: add support for issuedOnBehalfOf X.509v3 extension
Jonathan M. Wilbur
4
-1
/
+35
2024-08-27
fix coding style
Richard Levitte
1
-73
/
+73
2024-08-27
doc: Document EVP_{TYPE}_CTX_get_algor etc
Richard Levitte
2
-0
/
+82
2024-08-27
feat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_al...
Richard Levitte
3
-0
/
+124
2024-08-27
feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...
Richard Levitte
6
-44
/
+152
2024-08-27
fix: in RC2 implementation, handle both old and new AID.params keys
Richard Levitte
1
-9
/
+23
2024-08-27
Amend the design of AlgorithmIdentifier parameter passing
Richard Levitte
3
-44
/
+92
2024-08-26
Return SSL_AD_UNEXPECTED_MESSAGE alert when receiving any other change_cipher...
cx
1
-1
/
+1
2024-08-26
fix: alias auditEntity OID
Jonathan M. Wilbur
7
-971
/
+972
2024-08-26
test: auditIdentity X.509v3 extension decoding and display
Jonathan M. Wilbur
2
-1
/
+17
2024-08-26
feat: support auditIdentity X.509v3 extension
Jonathan M. Wilbur
8
-886
/
+915
2024-08-26
fix: wrong name for OID -> auditIdentity
Jonathan M. Wilbur
5
-1843
/
+1846
2024-08-26
Cleanups for FIPS indicator documentation
slontis
24
-138
/
+273
2024-08-26
Add FIPS indicator documentation
slontis
3
-32
/
+268
2024-08-25
Add FIPS indicators to X25519 and X448.
slontis
6
-14
/
+144
2024-08-23
Update new FIPS indicator evp_tests to use FIPSversion + Availablein options.
slontis
17
-0
/
+79
2024-08-23
Revert evp_test change that made "FIPSversion" skip the default provider.
slontis
1
-5
/
+0
2024-08-23
FIPS: Add EDDSA public key validation.
slontis
6
-4
/
+275
2024-08-23
Update FIPS 140-3 self tests
slontis
1
-70
/
+21
2024-08-23
FIPS: Change fips tests to use SHA2 for corruption test.
slontis
1
-1
/
+1
2024-08-23
s390x: Fix memory leak in s390x_HMAC_CTX_copy()
Ingo Franzki
1
-0
/
+1
2024-08-22
acvptest: add positive and negative tests for verify message param
Pauli
1
-13
/
+46
2024-08-22
rsa: add verify_message param support
Pauli
1
-24
/
+61
2024-08-22
ecdsa: add verify_message param support
Pauli
1
-8
/
+40
2024-08-22
param: add OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE parameter name
Pauli
1
-0
/
+1
2024-08-22
doc: document the OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE parameter
Pauli
3
-0
/
+13
2024-08-22
fuzz/hashtable.c: rc == -1 on insert is OK when fuzzing
Tomas Mraz
1
-0
/
+4
2024-08-22
ossl_ht_insert(): Allow for 4 iterations of grow_hashtable()
Tomas Mraz
1
-1
/
+1
2024-08-21
Replace PKCS#1 v1.5 padding in RSA PCT
Joachim Vandersmissen
3
-19
/
+58
2024-08-21
Replace PKCS#1 v1.5 encryption in RSA PCT
Joachim Vandersmissen
1
-27
/
+13
2024-08-21
Fix error handling in OBJ_add_object
Bernd Edlinger
2
-4
/
+30
2024-08-21
x_attrib: fix a memory leak
Beat Bolli
1
-2
/
+3
2024-08-21
Add Changes entry for debuginfo generation
Neil Horman
1
-0
/
+5
2024-08-21
Add a test for debuginfo generation
Neil Horman
1
-1
/
+6
2024-08-21
Add debuginfo build target
Neil Horman
4
-0
/
+14
2024-08-21
test/provider_test.c: Add OSSL_PROVIDER_unload() to avoid memory leak
Jiasheng Jiang
1
-0
/
+1
2024-08-21
test/provider_fallback_test.c: Add OSSL_PROVIDER_unload() to avoid memory leak
Jiasheng Jiang
1
-3
/
+9
2024-08-21
Fix the alert used on a missing key_share
Matt Caswell
1
-6
/
+9
2024-08-21
Add additional test cases for Single Step KDF.
slontis
2
-1
/
+88
2024-08-21
Add FIPS KMAC key check
slontis
13
-71
/
+175
2024-08-21
Add HMAC FIPS keysize check.
slontis
17
-20
/
+235
2024-08-21
hashtable.c: Code style fixes
Tomas Mraz
1
-6
/
+6
2024-08-21
core_namemap.c: 2048 hashtable buckets should be sufficient
Tomas Mraz
2
-1
/
+1
2024-08-21
For lockless reads use the whole hashtable for colliding entries
Tomas Mraz
2
-49
/
+92
2024-08-21
Use the new hashtable for core_namemap
Tomas Mraz
7
-133
/
+148
2024-08-21
hashtable: Support lockless reads
Tomas Mraz
7
-16
/
+33
[next]