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
*
Reimplement brainpool TLSv1.3 support group support
Matt Caswell
2022-10-07
1
-0
/
+9
*
Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branch
Richard Levitte
2022-10-07
2
-15
/
+16
*
Rename ossl_sleep() to OSSL_sleep() and make it public
Richard Levitte
2022-10-06
2
-44
/
+2
*
QUIC Send Stream Management
Hugo Landau
2022-10-05
2
-0
/
+334
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
3
-2
/
+15
*
Disable printf format checking on MinGW
Daniel Fiala
2022-10-04
1
-0
/
+1
*
Add Content Type OID for RPKI id-ct-signedTAL
Job Snijders
2022-10-03
1
-0
/
+4
*
Avoid divide by 0 exception
Kelvin Lee
2022-10-02
1
-1
/
+1
*
internal/asn1.h: Add missing '#include <openssl/bio.h>'
Dr. David von Oheimb
2022-09-30
1
-0
/
+2
*
djgpp: Define WATT32_NO_OLDIES before including socket headers
J.W. Jagersma
2022-09-29
1
-2
/
+2
*
djgpp: Use usleep() for ossl_sleep()
J.W. Jagersma
2022-09-29
1
-1
/
+1
*
QUIC Flow Control
Hugo Landau
2022-09-26
2
-0
/
+294
*
Allow PKCS12 export to set arbitrary bag attributes
Graham Woodward
2022-09-23
4
-2
/
+20
*
Implement the RX Depacketizer
Richard Levitte
2022-09-23
1
-0
/
+18
*
Move the QUIC_CONNECTION typedef to internal headers
Richard Levitte
2022-09-23
1
-0
/
+47
*
Move the record block_padding capability fully into the record layer
Matt Caswell
2022-09-23
1
-0
/
+1
*
Add HPKE DHKEM provider support for EC, X25519 and X448.
slontis
2022-09-23
6
-2
/
+69
*
BIO_s_dgram_pair
Hugo Landau
2022-09-23
2
-1
/
+35
*
Add deferred datagram limit to QUIC Record Layer RX
Hugo Landau
2022-09-22
2
-4
/
+16
*
Add support for PBE using hmacWithSM3
K1
2022-09-15
1
-0
/
+4
*
Add support for loading root CAs from Windows crypto API
Hugo Landau
2022-09-14
3
-14
/
+11
*
Fix URI handling in SSL_CERT_DIR/introduce SSL_CERT_URI env
Hugo Landau
2022-09-14
2
-2
/
+17
*
Fix the OSSL_TIME fallback in include/internal/e_os.h
Richard Levitte
2022-09-14
1
-0
/
+1
*
Fix AES-GCM on Power 8 CPUs
Tomas Mraz
2022-09-13
1
-10
/
+2
*
Fix white space
Pauli
2022-09-13
1
-1
/
+1
*
libcrypto: remove reliance on struct timeval
Pauli
2022-09-13
1
-9
/
+4
*
time: add some additional utilities and document everything
Pauli
2022-09-13
1
-9
/
+53
*
OSSL_CRYPTO_ALLOC attribute introduction proposal.
David Carlier
2022-09-12
2
-7
/
+17
*
Cleanup EBCDIC string defintions
Todd Short
2022-09-09
1
-72
/
+29
*
list: add a doubly linked list type.
Pauli
2022-09-05
1
-0
/
+130
*
aes_platform: add riscv32 zkn asm support
Hongren (Zenithal) Zheng
2022-09-05
1
-0
/
+19
*
PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/
Dr. David von Oheimb
2022-09-02
1
-7
/
+7
*
TX key update support, RX time and PN reporting, general refactoring
Hugo Landau
2022-09-02
5
-60
/
+174
*
QUIC Record Layer (Refactor and TX Side)
Hugo Landau
2022-09-02
6
-322
/
+874
*
QUIC Demuxer and Record Layer (RX Side)
Hugo Landau
2022-09-02
7
-7
/
+1136
*
PKCS7_dataVerify(): fix missing use of CRLs in PKCS#7 message
Dr. David von Oheimb
2022-09-01
1
-1
/
+1
*
BIO_dgram support for BIO_sendmmsg/BIO_recvmmsg
Hugo Landau
2022-09-01
3
-3
/
+10
*
Updates for OSSL_TIME changes
Hugo Landau
2022-08-24
1
-5
/
+5
*
QUIC ACK Manager, Statistics Manager and Congestion Control API
Hugo Landau
2022-08-24
5
-0
/
+414
*
add missing CRMF API function OSSL_CRMF_CERTTEMPLATE_get0_publicKey()
Dr. David von Oheimb
2022-08-24
1
-2
/
+4
*
X509: clean up doc and implementation of X509{,_REQ}_check_private_key()
Dr. David von Oheimb
2022-08-24
2
-3
/
+4
*
x509_att.c: improve error checking and reporting and coding style
Dr. David von Oheimb
2022-08-24
2
-1
/
+2
*
Support decode SM2 parameters
K1
2022-08-23
1
-0
/
+1
*
BIO_sendmmsg/BIO_recvmmsg (API only)
Hugo Landau
2022-08-19
3
-6
/
+56
*
Limit the size of various MAXCHUNK definitions
Pauli
2022-08-19
1
-1
/
+1
*
Remove some unnecessary function pointers from OSSL_RECORD_METHOD
Matt Caswell
2022-08-18
1
-0
/
+1
*
Remove some final references to the SSL object in the record layer
Matt Caswell
2022-08-18
1
-0
/
+2
*
Move early data counting out of the SSL object and into the record layer
Matt Caswell
2022-08-18
1
-5
/
+6
*
Remove use of SSL object for fragment length checking in record layer
Matt Caswell
2022-08-18
1
-4
/
+5
*
Make the record layer directly aware of EtM
Matt Caswell
2022-08-18
2
-0
/
+2
[next]