index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
build.info
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-16
fips: use tsan counter instead of tsan_add to increment
Pauli
1
-1
/
+1
2023-06-16
QUIC: Allow application to trigger TXKU
Hugo Landau
6
-7
/
+120
2023-06-16
QUIC: Minor fixups
Hugo Landau
2
-3
/
+12
2023-06-16
QUIC CHANNEL: Inform the ACKM when the handshake is confirmed
Hugo Landau
1
-0
/
+1
2023-06-16
QUIC: Test key update works correctly
Hugo Landau
2
-2
/
+184
2023-06-16
QUIC CHANNEL: Optimise key update using ACKs
Hugo Landau
3
-0
/
+30
2023-06-16
QUIC: Add internal APIs for white-box testing of key update
Hugo Landau
7
-2
/
+75
2023-06-16
QUIC CHANNEL: Enforce the RX packet forgery limit
Hugo Landau
1
-0
/
+34
2023-06-16
QUIC RXDP: Strictly enforce ACK PNs with regard to TX key epochs
Hugo Landau
3
-7
/
+48
2023-06-16
QUIC CHANNEL: Ensure new packets aren't enforced with old keys
Hugo Landau
1
-0
/
+17
2023-06-16
QUIC CHANNEL: Handle key updates correctly
Hugo Landau
2
-0
/
+300
2023-06-16
QUIC TXP: Make TXP use time callback correctly
Hugo Landau
1
-1
/
+1
2023-06-16
QUIC APL: Correct implementation of time callback override
Hugo Landau
3
-12
/
+34
2023-06-16
QUIC RX: Support reporting the key epoch a packet was received with
Hugo Landau
3
-8
/
+106
2023-06-16
QUIC TXP: Allow callbacks on ACK transmission
Hugo Landau
2
-0
/
+29
2023-06-16
QUIC TXP: Allow next PN to be used to be queried
Hugo Landau
2
-0
/
+14
2023-06-16
QUIC RX: Refactor key update callback to provide PN
Hugo Landau
2
-5
/
+8
2023-06-16
QUIC TXP: Remove TX key update handling from TXP
Hugo Landau
2
-13
/
+6
2023-06-16
QUIC TXP: Refactor status output to use an extensible structure
Hugo Landau
4
-18
/
+25
2023-06-16
QUIC ACKM: Allow largest acked PN to be queried
Hugo Landau
2
-0
/
+8
2023-06-16
QUIC WIRE: Utility function to determine if PN is in an ACK frame
Hugo Landau
2
-0
/
+15
2023-06-16
QUIC Glossary: TXKU, RXKU, KU
Hugo Landau
1
-0
/
+11
2023-06-15
apps/ca.c: Handle EVP_PKEY_get_default_digest_name() returning 1 with "UNDEF"
Richard Levitte
2
-5
/
+10
2023-06-15
Partially revert #18070 (Add support for Windows CA certificate store)
Hugo Landau
8
-120
/
+39
2023-06-15
OpenSSL::paramnames: Use less magic perl
Richard Levitte
1
-3
/
+3
2023-06-15
Fix typos found by codespell
Dimitri Papadopoulos
60
-139
/
+139
2023-06-15
fips: update DSA security check to fix legacy verify strengths
Pauli
3
-63
/
+106
2023-06-15
updated (lib+)oqsprovider to latest releases
Michael Baentsch
3
-17
/
+16
2023-06-14
Only take note of the ack deadline if we can actually issue an ack
Matt Caswell
1
-4
/
+14
2023-06-14
cmactest.c: Fix no-des and no-sm4 build failures
Tomas Mraz
1
-5
/
+7
2023-06-14
fips: use memory ordering rather than locks
Pauli
1
-36
/
+14
2023-06-14
Fix minor issues in the demo/man pages for TLS client/blocking
Matt Caswell
2
-8
/
+10
2023-06-14
Split the blocking TLS client guide page into two
Matt Caswell
3
-282
/
+340
2023-06-14
Allow man7 pages to not have a DESCRIPTION section
Matt Caswell
1
-4
/
+4
2023-06-14
Add a tutorial on writing a simple blocking TLS client
Matt Caswell
2
-0
/
+823
2023-06-14
Add a very simple blocking TLS client demo
Matt Caswell
2
-0
/
+289
2023-06-14
configure: introduce no-ecx to remove ECX related feature
Yi Li
55
-200
/
+511
2023-06-14
rand_lib: RAND_poll: Reseed in non-"no-deprecated" builds.
Mike Kasick
1
-4
/
+4
2023-06-13
crypto/sm2/sm2_sign.c: Add BN_CTX_end
Jiasheng Jiang
1
-0
/
+1
2023-06-12
X509_NAME_cmp fix for empty name
Wim Decroix
1
-4
/
+4
2023-06-12
Update CMAC test cases.
fisher.yu
2
-216
/
+29
2023-06-12
INSTALL: document shared library pinning for static builds
Matthias St. Pierre
1
-5
/
+13
2023-06-12
Fix incorrect ERR_raise() calls
Theo Buehler
1
-3
/
+3
2023-06-12
add cygwin CI
Michael Baentsch
2
-1
/
+39
2023-06-12
Fix build on cygwin
Michael Baentsch
2
-1
/
+4
2023-06-12
Introduce [HAVE_/NO_]MADVISE defines
James Knight
1
-1
/
+13
2023-06-11
riscv: aes: dual-license under Apache + 2-clause BSD
Heiko Stuebner
2
-0
/
+54
2023-06-11
riscv: GCM: dual-license under Apache + 2-clause BSD
Heiko Stuebner
2
-0
/
+54
2023-06-11
Coverity 1528485: Remove unused assignment of wvalue
Tomas Mraz
1
-3
/
+3
2023-06-11
Coverity 1528486: Avoid assignment of unused value of bags
Tomas Mraz
1
-3
/
+3
[next]