index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc: document the OSSL_SIGNATURE_PARAM_FIPS_VERIFY_MESSAGE parameter
Pauli
2024-08-22
3
-0
/
+13
*
fuzz/hashtable.c: rc == -1 on insert is OK when fuzzing
Tomas Mraz
2024-08-22
1
-0
/
+4
*
ossl_ht_insert(): Allow for 4 iterations of grow_hashtable()
Tomas Mraz
2024-08-22
1
-1
/
+1
*
Replace PKCS#1 v1.5 padding in RSA PCT
Joachim Vandersmissen
2024-08-21
3
-19
/
+58
*
Replace PKCS#1 v1.5 encryption in RSA PCT
Joachim Vandersmissen
2024-08-21
1
-27
/
+13
*
Fix error handling in OBJ_add_object
Bernd Edlinger
2024-08-21
2
-4
/
+30
*
x_attrib: fix a memory leak
Beat Bolli
2024-08-21
1
-2
/
+3
*
Add Changes entry for debuginfo generation
Neil Horman
2024-08-21
1
-0
/
+5
*
Add a test for debuginfo generation
Neil Horman
2024-08-21
1
-1
/
+6
*
Add debuginfo build target
Neil Horman
2024-08-21
4
-0
/
+14
*
test/provider_test.c: Add OSSL_PROVIDER_unload() to avoid memory leak
Jiasheng Jiang
2024-08-21
1
-0
/
+1
*
test/provider_fallback_test.c: Add OSSL_PROVIDER_unload() to avoid memory leak
Jiasheng Jiang
2024-08-21
1
-3
/
+9
*
Fix the alert used on a missing key_share
Matt Caswell
2024-08-21
1
-6
/
+9
*
Add additional test cases for Single Step KDF.
slontis
2024-08-21
2
-1
/
+88
*
Add FIPS KMAC key check
slontis
2024-08-21
13
-71
/
+175
*
Add HMAC FIPS keysize check.
slontis
2024-08-21
17
-20
/
+235
*
hashtable.c: Code style fixes
Tomas Mraz
2024-08-21
1
-6
/
+6
*
core_namemap.c: 2048 hashtable buckets should be sufficient
Tomas Mraz
2024-08-21
2
-1
/
+1
*
For lockless reads use the whole hashtable for colliding entries
Tomas Mraz
2024-08-21
2
-49
/
+92
*
Use the new hashtable for core_namemap
Tomas Mraz
2024-08-21
7
-133
/
+148
*
hashtable: Support lockless reads
Tomas Mraz
2024-08-21
7
-16
/
+33
*
hashtable.c: Avoid infinite loop in ossl_ht_insert()
Tomas Mraz
2024-08-21
1
-8
/
+10
*
some performance improvements
Neil Horman
2024-08-21
1
-11
/
+12
*
alternate collision checking support
Neil Horman
2024-08-21
4
-26
/
+57
*
fix: Have util/mkerr.pl comply better with our coding style
Richard Levitte
2024-08-21
1
-6
/
+5
*
Enable RSA-SM3 in the default provider
Richard Levitte
2024-08-21
4
-0
/
+26
*
fix coding style
Richard Levitte
2024-08-21
2
-46
/
+46
*
Add new test types in test/evp_test.c, and a test for RSA sigalgs
Richard Levitte
2024-08-21
3
-19
/
+347
*
Refactor OpenSSL 'RSA' EVP_SIGNATURE to also include RSA+hash composites
Richard Levitte
2024-08-21
10
-74
/
+667
*
Implement functionality for direct use of composite signature algorithms
Richard Levitte
2024-08-21
12
-203
/
+1137
*
Link to the place where signature options are defined
Hubert Kario
2024-08-20
2
-2
/
+4
*
When calling ASN1_item_i2d () check both returned length and allocated pointer
XZ-X
2024-08-20
5
-5
/
+9
*
Enhance s_client Output
erbsland-dev
2024-08-20
1
-0
/
+1
*
test: add command line indicator option checking to fipsinstall
Pauli
2024-08-20
1
-1
/
+45
*
Add FIPS self test updates
slontis
2024-08-20
3
-269
/
+166
*
test/hmactest: Add further tests for HMAC with multiple update calls
Ingo Franzki
2024-08-19
1
-1
/
+141
*
s390x: Add hardware acceleration for HMAC
Ingo Franzki
2024-08-19
5
-4
/
+392
*
s390x: Add defines for new CPACF functions
Ingo Franzki
2024-08-19
2
-1
/
+17
*
Explicitly include e_os.h for close()
Tomas Mraz
2024-08-19
1
-0
/
+1
*
RAND_write_file(): Avoid potential file descriptor leak
shridhar kalavagunta
2024-08-19
1
-1
/
+9
*
CI: Fix GCM IV check in acvp_test for crosstest
slontis
2024-08-19
1
-5
/
+10
*
speed.c: Return success with -testmode -async_jobs if not ASYNC_is_capable()
Tomas Mraz
2024-08-19
1
-4
/
+7
*
test: add a default greeting to avoid printing a null pointer.
Pauli
2024-08-19
1
-1
/
+1
*
Add an indicator for AES GCM that returns if the iv has been generated
slontis
2024-08-18
5
-19
/
+79
*
list_tls_signatures(): Avoid leak with zero length builtin_sigalgs
Andrew Dinh
2024-08-17
1
-3
/
+5
*
We can't check policy if we got an empty stack of certs
Dmitry Belyavskiy
2024-08-17
1
-0
/
+2
*
Move docker files to test
Neil Horman
2024-08-16
4
-1
/
+1
*
Add workflow to do nightly build of interop container and push to quay
Neil Horman
2024-08-16
4
-6
/
+38
*
Add dockerfile for generation of a quic interop container
Neil Horman
2024-08-16
3
-0
/
+153
*
Fix unpredictible refcount handling of d2i functions
Bernd Edlinger
2024-08-16
2
-6
/
+23
[next]