index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
NOTES-PERL.md
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-14
Remove the read_iv/write_iv fields from SSL_CONNECTION
Matt Caswell
2
-15
/
+3
2022-11-14
Remove compress/expand fields from SSL_CONNECTION
Matt Caswell
2
-39
/
+27
2022-11-14
Remove remaining refs to enc_(write|read)_ctx/(read|write)_hash
Matt Caswell
5
-49
/
+19
2022-11-14
use OSSL_PARAM_construct_uint32 for max_early_data
J.W. Jagersma
1
-2
/
+2
2022-11-14
djgpp: Fix unused-but-set-variable warning
J.W. Jagersma
1
-6
/
+10
2022-11-14
djgpp: Skip check for negative timeval
J.W. Jagersma
1
-0
/
+2
2022-11-14
Define threads_lib.c functions only for OPENSSL_SYS_UNIX
J.W. Jagersma
1
-1
/
+3
2022-11-14
Cast socklen_t to size_t in assert comparison
J.W. Jagersma
1
-2
/
+2
2022-11-14
Cast values to match printf format strings.
J.W. Jagersma
6
-12
/
+20
2022-11-12
Resign test/certs/rootCA.pem to expire in 100 years
Bernd Edlinger
1
-18
/
+76
2022-11-12
Update the validity period of ed25519 cerificates
Bernd Edlinger
2
-14
/
+74
2022-11-11
test_CMAC_keygen(): Avoid using ECB cipher with CMAC
Tomas Mraz
1
-2
/
+2
2022-11-11
cmac_set_ctx_params(): Fail if cipher mode is not CBC
Tomas Mraz
3
-3
/
+27
2022-11-11
demos/mac/cmac-aes256: Clarify the cipher algorithm used
Tomas Mraz
1
-1
/
+1
2022-11-11
Add test for generating safeprime DH parameters
Tomas Mraz
1
-0
/
+25
2022-11-11
Use libctx when generating DH parameters
Tomas Mraz
1
-2
/
+2
2022-11-10
fuzz: add punycode decoder fuzz test
Pauli
6
-0
/
+57
2022-11-10
punycode: update to use WPACKET instead of using custom range checking
Pauli
5
-62
/
+96
2022-11-10
pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKey
Milan Broz
2
-2
/
+10
2022-11-10
pem: fix a memory leak in PEM_write_bio_PrivateKey_traditional
Milan Broz
1
-0
/
+1
2022-11-10
Limit size of modulus for BN_mod_exp_mont_consttime()
Tomas Mraz
2
-0
/
+29
2022-11-10
Revert "Skip DES based tests in FIPS mode"
Pauli
1
-10
/
+7
2022-11-10
Revert "Remove conditional FIPS dependence for 3DES"
Pauli
1
-7
/
+1
2022-11-10
Revert "Move DES based test cases out of FIPS territory"
Pauli
1
-2
/
+2
2022-11-10
Put 3DES back into the FIPS provider as a non-approved algorithm
Pauli
1
-1
/
+9
2022-11-09
pkcs7: Remove unused includes
Cameron Cawley
1
-5
/
+0
2022-11-09
fips-label.yml: Fix the script after actions/github-script upgrade
Tomas Mraz
1
-5
/
+5
2022-11-09
CI: Add Alpine (musl)
Sam James
1
-0
/
+37
2022-11-08
Fix CertificateCompressionAlgorithm to be read as 2-octet-wide
Alexander Sosedkin
1
-1
/
+1
2022-11-07
Fix PACKET_equal test with BUF_LEN+1 on -Wstringop-overread
Reinhard Urban
1
-3
/
+3
2022-11-07
QUIC CFQ Fixes
Hugo Landau
5
-25
/
+30
2022-11-07
QUIC FIFD
Hugo Landau
13
-105
/
+815
2022-11-07
QUIC TXPIM
Hugo Landau
6
-2
/
+418
2022-11-07
QUIC CFQ
Hugo Landau
6
-1
/
+681
2022-11-07
QUIC Frame-in-Flight Manager Design
Hugo Landau
4
-0
/
+504
2022-11-07
Use the same encryption growth macro consistently
Matt Caswell
1
-11
/
+10
2022-11-07
Test that signatures using hash name commands work properly
Tomas Mraz
2
-1
/
+53
2022-11-07
apps/dgst.c: Set digestname from argv[0] if it is a builtin hash name
Tomas Mraz
1
-0
/
+2
2022-11-07
Assert that we do not exceed the DTLS MTU
Matt Caswell
1
-0
/
+11
2022-11-07
Fix dtls_get_max_record_overhead()
Matt Caswell
5
-24
/
+43
2022-11-07
Fix the ceiling on how much encryption growth we can have
Matt Caswell
1
-8
/
+12
2022-11-07
Add zlib oneshot compression
Todd Short
7
-7
/
+96
2022-11-04
Check for private key existence before calling eddsa sign functions
Wangchong Zhou
2
-1
/
+83
2022-11-04
crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore case
Richard Levitte
1
-2
/
+2
2022-11-04
Configurations/*.tmpl: overhaul assembler make rules.
Richard Levitte
4
-34
/
+15
2022-11-03
Update GitHub actions as suggested by dependabot
Tomas Mraz
18
-55
/
+55
2022-11-03
Coverity 1516624: Fix overrun memory access.
Pauli
1
-1
/
+1
2022-11-02
Fix coverity 1516093 tainted scalar
Todd Short
1
-1
/
+2
2022-11-02
Fix documentation for some i2d return values.
slontis
2
-11
/
+13
2022-11-02
Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.
slontis
6
-8
/
+95
[next]