index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
VERSION.dat
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
Add CHANGES.md and NEWS.md updates for the 3.4 release
Tomas Mraz
2
-14
/
+105
2024-09-02
Add support for elf_aux_info() on OpenBSD
Brad Smith
2
-4
/
+6
2024-09-02
Missing .rodata for AVX2/AVX512 codepaths
Theo Buehler
5
-7
/
+9
2024-09-02
Detect MinGW 32 bit for NO_INTERLOCKEDOR64
Adam (ThinLinc team)
1
-1
/
+1
2024-09-02
s390x: Fix HMAC digest detection
Ingo Franzki
1
-11
/
+5
2024-08-30
Improve base64 BIO correctness and error reporting
Viktor Dukhovni
8
-113
/
+677
2024-08-30
fix: ossl_digest_get_approved_nid() returns NID_undef on invalid digest
Richard Levitte
3
-3
/
+3
2024-08-30
Refactor OpenSSL 'ECDSA' EVP_SIGNATURE to also include ECDSA+hash composites
Richard Levitte
7
-156
/
+836
2024-08-30
Refactor OpenSSL 'DSA' EVP_SIGNATURE to also include DSA+hash composites
Richard Levitte
8
-95
/
+932
2024-08-30
endecode_test.c: Fix !fips v3.0.0 check
Pauli
1
-3
/
+1
2024-08-30
exporters for pkg-config: align with the changes for CMake
Richard Levitte
3
-12
/
+29
2024-08-29
endecode_test.c: Avoid running the SM2 tests with 3.0.0 FIPS provider
Tomas Mraz
1
-1
/
+4
2024-08-29
Check for excess data in CertificateVerify
Viktor Dukhovni
1
-0
/
+4
2024-08-29
s390x: support CPACF sha3/shake performance improvements
Joerg Schmidbauer
4
-9
/
+34
2024-08-29
doc: Document properties param for Argon2 KDF
Clemens Lang
1
-0
/
+2
2024-08-29
Refactor and Enhance Compression Field Testing
erbsland-dev
2
-37
/
+130
2024-08-29
Correct Alert Handling for Missing Compression Methods
erbsland-dev
1
-8
/
+9
2024-08-29
Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()
Richard Levitte
5
-5
/
+132
2024-08-29
Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functions
Richard Levitte
12
-212
/
+1232
2024-08-29
Fix compile err when building VC-CLANG-WIN64-CLANGASM-ARM target
Zhiqing Xie
1
-1
/
+2
2024-08-29
Fix decoder error on SM2 private key
Jamie Cui
2
-7
/
+39
2024-08-29
EVP_MD_size() updates
slontis
23
-31
/
+41
2024-08-29
Update code to use EVP_MD_xof()
slontis
17
-21
/
+21
2024-08-29
XOF / EVP_MD_size() changes.
slontis
10
-46
/
+197
2024-08-28
RSA decoder should check also sanity of p, q, e, d ... with respect to n
sashan
5
-5
/
+263
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
[next]