index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()
Richard Levitte
2024-08-29
1
-0
/
+1
*
Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functions
Richard Levitte
2024-08-29
1
-0
/
+2
*
XOF / EVP_MD_size() changes.
slontis
2024-08-29
1
-2
/
+5
*
RSA decoder should check also sanity of p, q, e, d ... with respect to n
sashan
2024-08-28
1
-0
/
+1
*
Cleanups for FIPS options..
slontis
2024-08-28
1
-232
/
+11
*
feat: Implement EVP_PKEY_CTX_{set,get}_algor_params() and EVP_PKEY_CTX_get_al...
Richard Levitte
2024-08-27
1
-0
/
+5
*
feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...
Richard Levitte
2024-08-27
2
-0
/
+5
*
fix: alias auditEntity OID
Jonathan M. Wilbur
2024-08-26
2
-7
/
+5
*
feat: support auditIdentity X.509v3 extension
Jonathan M. Wilbur
2024-08-26
1
-0
/
+6
*
fix: wrong name for OID -> auditIdentity
Jonathan M. Wilbur
2024-08-26
1
-3
/
+4
*
FIPS: Add EDDSA public key validation.
slontis
2024-08-23
1
-0
/
+5
*
Replace PKCS#1 v1.5 padding in RSA PCT
Joachim Vandersmissen
2024-08-21
1
-0
/
+1
*
Add FIPS KMAC key check
slontis
2024-08-21
1
-0
/
+8
*
Add HMAC FIPS keysize check.
slontis
2024-08-21
1
-1
/
+9
*
Use the new hashtable for core_namemap
Tomas Mraz
2024-08-21
3
-3
/
+4
*
hashtable: Support lockless reads
Tomas Mraz
2024-08-21
1
-2
/
+3
*
alternate collision checking support
Neil Horman
2024-08-21
1
-8
/
+10
*
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
3
-12
/
+62
*
Revert "fipsinstall: add ed_no_verify_digested option"
Pauli
2024-08-16
1
-7
/
+0
*
Add FIPS Indicator for ECDH cofactor.
slontis
2024-08-15
2
-1
/
+10
*
fips: allow to customize provider vendor name
Dimitri John Ledkov
2024-08-15
1
-0
/
+5
*
Add EDDSA FIPS self tests.
slontis
2024-08-14
1
-0
/
+1
*
adds TLS signature algorithms list feature
Michael Baentsch
2024-08-13
1
-0
/
+2
*
Restrict salt length for RSA-PSS in the FIPS provider
pohsingwu
2024-08-13
2
-0
/
+17
*
Add signature digest check option to fipsinstall
Pauli
2024-08-12
1
-0
/
+8
*
fipsinstall: add kbkdf key check option
Pauli
2024-08-08
1
-0
/
+8
*
Add OIDs id-kp-wisun-fan-device and id-on-hardwareModule
Mathis Marion
2024-08-07
1
-0
/
+10
*
Remove the event queue code
Matt Caswell
2024-08-07
1
-163
/
+0
*
fips: add option to disable PKCS#1 version 1.5 padding
Pauli
2024-08-07
1
-1
/
+6
*
fipsinstall: add option to disable RSA PKCS#1 version 1.5 padding
Pauli
2024-08-07
1
-0
/
+4
*
Check that a supported_versions extension is present in an HRR
Matt Caswell
2024-08-07
1
-0
/
+1
*
ssl: factorize and improved hex conversion code
FdaSilvaYY
2024-08-07
1
-0
/
+27
*
crypto: factorize to hex chars conversion code.
FdaSilvaYY
2024-08-07
1
-0
/
+6
*
Fix '--strict-warnings' build breakage
FdaSilvaYY
2024-08-07
1
-1
/
+1
*
Implementation of the RFC 9579, PBMAC1 in PKCS#12
Dmitry Belyavskiy
2024-08-07
3
-4
/
+17
*
fipsinstall: add ed_no_verify_digested option
Pauli
2024-08-07
1
-0
/
+7
*
Add KeyManagement keygen parameter getter/gettable functions.
slontis
2024-08-06
3
-0
/
+9
*
Add new configurable item `pbkdf2-lower-bound-check`
pohsingwu
2024-08-05
1
-0
/
+8
*
Restrict the length of key-derivation key used in KDFs
pohsingwu
2024-08-01
1
-0
/
+48
*
Add FIPS indicator to CMAC.
slontis
2024-07-31
1
-0
/
+22
*
Add RSA Signature restrictions for X9.31 padding in the FIPS provider.
slontis
2024-07-29
1
-0
/
+9
*
Add FIPS indicator support for Triple-DES encryption.
slontis
2024-07-26
1
-0
/
+8
*
fips: wire in the no-short-mac option
Pauli
2024-07-26
1
-0
/
+8
*
Disable DSA signing in the FIPS provider.
slontis
2024-07-26
1
-0
/
+7
*
feat: support the basicAttConstraints X.509v3 extension
Jonathan M. Wilbur
2024-07-24
1
-0
/
+6
*
Restrict digest algorithm used in KDFs
pohsingwu
2024-07-24
1
-1
/
+49
*
open brace '{' following struct go on the same line
Dimitri Papadopoulos
2024-07-22
1
-2
/
+1
*
that open brace { should be on the previous line
Dimitri Papadopoulos
2024-07-22
1
-5
/
+3
*
Remove trailing whitespace
Dimitri Papadopoulos
2024-07-22
4
-5
/
+5
[next]