index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Tomas Mraz
2024-09-05
181
-182
/
+182
*
EVP_CIPHER_CTX_get_algor_params() may attempt to access params array
Alexandr Nedvedicky
2024-09-03
1
-1
/
+3
*
s390x: Disable HMAC hardware acceleration when an engine is used for the digest
Ingo Franzki
2024-09-03
1
-0
/
+36
*
Avoid type errors in EAI-related name check logic.
Viktor Dukhovni
2024-09-03
1
-25
/
+53
*
Add support for elf_aux_info() on OpenBSD
Brad Smith
2024-09-02
2
-4
/
+6
*
Missing .rodata for AVX2/AVX512 codepaths
Theo Buehler
2024-09-02
5
-7
/
+9
*
Detect MinGW 32 bit for NO_INTERLOCKEDOR64
Adam (ThinLinc team)
2024-09-02
1
-1
/
+1
*
s390x: Fix HMAC digest detection
Ingo Franzki
2024-09-02
1
-11
/
+5
*
Improve base64 BIO correctness and error reporting
Viktor Dukhovni
2024-08-30
2
-64
/
+64
*
s390x: support CPACF sha3/shake performance improvements
Joerg Schmidbauer
2024-08-29
3
-3
/
+12
*
Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()
Richard Levitte
2024-08-29
1
-0
/
+2
*
Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functions
Richard Levitte
2024-08-29
2
-19
/
+4
*
EVP_MD_size() updates
slontis
2024-08-29
11
-13
/
+20
*
Update code to use EVP_MD_xof()
slontis
2024-08-29
1
-5
/
+5
*
XOF / EVP_MD_size() changes.
slontis
2024-08-29
2
-13
/
+40
*
RSA decoder should check also sanity of p, q, e, d ... with respect to n
sashan
2024-08-28
2
-0
/
+56
*
feat: add support for issuedOnBehalfOf X.509v3 extension
Jonathan M. Wilbur
2024-08-27
4
-1
/
+35
*
fix coding style
Richard Levitte
2024-08-27
1
-73
/
+73
*
feat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_al...
Richard Levitte
2024-08-27
1
-0
/
+116
*
feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...
Richard Levitte
2024-08-27
3
-44
/
+144
*
fix: alias auditEntity OID
Jonathan M. Wilbur
2024-08-26
4
-962
/
+966
*
feat: support auditIdentity X.509v3 extension
Jonathan M. Wilbur
2024-08-26
6
-886
/
+908
*
fix: wrong name for OID -> auditIdentity
Jonathan M. Wilbur
2024-08-26
3
-1839
/
+1841
*
FIPS: Add EDDSA public key validation.
slontis
2024-08-23
2
-0
/
+37
*
s390x: Fix memory leak in s390x_HMAC_CTX_copy()
Ingo Franzki
2024-08-23
1
-0
/
+1
*
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
1
-19
/
+55
*
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
1
-4
/
+16
*
x_attrib: fix a memory leak
Beat Bolli
2024-08-21
1
-2
/
+3
*
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
1
-1
/
+1
*
For lockless reads use the whole hashtable for colliding entries
Tomas Mraz
2024-08-21
1
-43
/
+71
*
Use the new hashtable for core_namemap
Tomas Mraz
2024-08-21
3
-128
/
+142
*
hashtable: Support lockless reads
Tomas Mraz
2024-08-21
2
-6
/
+13
*
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
1
-17
/
+43
*
Enable RSA-SM3 in the default provider
Richard Levitte
2024-08-21
1
-0
/
+16
*
Refactor OpenSSL 'RSA' EVP_SIGNATURE to also include RSA+hash composites
Richard Levitte
2024-08-21
1
-0
/
+4
*
Implement functionality for direct use of composite signature algorithms
Richard Levitte
2024-08-21
4
-147
/
+522
*
When calling ASN1_item_i2d () check both returned length and allocated pointer
XZ-X
2024-08-20
5
-5
/
+9
*
Add FIPS self test updates
slontis
2024-08-20
1
-5
/
+20
*
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
1
-1
/
+10
*
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
*
We can't check policy if we got an empty stack of certs
Dmitry Belyavskiy
2024-08-17
1
-0
/
+2
*
Fix unpredictible refcount handling of d2i functions
Bernd Edlinger
2024-08-16
1
-1
/
+5
*
Add FIPS Indicator for ECDH cofactor.
slontis
2024-08-15
1
-0
/
+1
[next]