index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
err
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed delivery
Dr. David von Oheimb
2023-12-21
1
-0
/
+3
*
Detect and prevent recursive config parsing
Neil Horman
2023-12-21
1
-0
/
+1
*
ERR: Add ERR_pop()
Hugo Landau
2023-12-21
1
-0
/
+13
*
CMP lib and app: add optional certProfile request message header and respecti...
Dr. David von Oheimb
2023-12-19
1
-0
/
+1
*
Make DH_check_pub_key() and DH_generate_key() safer yet
Richard Levitte
2023-11-06
1
-0
/
+1
*
EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on fa...
Dr. David von Oheimb
2023-10-26
1
-0
/
+3
*
Ensure that the ERR_STATE is left in a consistent state
Matt Caswell
2023-10-23
2
-8
/
+11
*
CMS_add1_signer(): add missing ERR_raise() calls
Dr. David von Oheimb
2023-10-17
1
-0
/
+1
*
rand: add extra error code
Pauli
2023-09-27
1
-0
/
+1
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-09-13
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
4
-4
/
+4
*
make update
Hugo Landau
2023-08-30
1
-1
/
+1
*
QUIC APL: Implement backpressure on stream creation
Hugo Landau
2023-08-30
1
-1
/
+1
*
QUIC APL: Fix stream backpressure conditions to use non-I/O errors
Hugo Landau
2023-08-25
1
-1
/
+1
*
QUIC APL: Implement backpressure on stream creation
Hugo Landau
2023-08-25
1
-0
/
+1
*
QUIC: Add ERR_raise() calls for EVP call failures
Tomas Mraz
2023-08-23
1
-0
/
+1
*
QUIC TLS: Rethink error handling
Hugo Landau
2023-08-08
3
-0
/
+85
*
QUIC CHANNEL: Improve error reporting
Hugo Landau
2023-08-08
1
-0
/
+1
*
Raise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol error
Tomas Mraz
2023-07-18
1
-0
/
+1
*
CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdate
Dr. David von Oheimb
2023-07-17
1
-0
/
+1
*
make update
Hugo Landau
2023-07-17
1
-0
/
+4
*
QUIC err handling: Save and restore error state
Tomas Mraz
2023-07-07
4
-9
/
+97
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
1
-2
/
+2
*
allow to disable http
Vladimír Kotal
2023-06-06
1
-0
/
+2
*
CMP: add support for genm/genp messages with id-it-caCerts
Dr. David von Oheimb
2023-06-01
1
-0
/
+3
*
QUIC MSST: make update
Hugo Landau
2023-05-12
1
-0
/
+1
*
QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactor
Hugo Landau
2023-05-12
1
-0
/
+1
*
CMP client: fix error response on -csr without private key, also in docs
Dr. David von Oheimb
2023-05-12
1
-0
/
+2
*
RFC7250 (RPK) support
Todd Short
2023-03-28
1
-0
/
+4
*
Provide better errors for some QUIC failures
Matt Caswell
2023-03-19
1
-0
/
+1
*
providers: add Argon2 KDF
Čestmír Kalina
2023-03-17
1
-1
/
+1
*
proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}
Čestmír Kalina
2023-03-17
1
-0
/
+2
*
Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.
slontis
2023-03-07
1
-0
/
+1
*
Fix potential infinite loops in ECDSA signing.
slontis
2023-02-28
1
-0
/
+1
*
Fix infinite loops in DSA sign code.
slontis
2023-02-28
1
-1
/
+2
*
Write SSL_R alerts to error state to keep updated strings
Tomas Mraz
2023-01-05
2
-2
/
+33
*
Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OID
Matt Caswell
2022-12-22
1
-0
/
+2
*
Make error reason for disallowed legacy sigalg more specific
Tomas Mraz
2022-12-13
1
-0
/
+2
*
crypto/err: expand on error code generation
Čestmír Kalina
2022-12-12
1
-0
/
+11
*
OSSL_CMP_validate_msg(): make sure to reject protection type mismatch
Dr. David von Oheimb
2022-12-08
1
-0
/
+2
*
Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.
Stephen Farrell
2022-11-25
1
-0
/
+2
*
Fix openssl.txt
Todd Short
2022-11-17
1
-2
/
+2
*
Fix make update
Matt Caswell
2022-10-20
1
-1
/
+1
*
Consolidate sequence counter incrementing code
Matt Caswell
2022-10-20
1
-0
/
+1
*
Add support for compressed certificates (RFC8879)
Todd Short
2022-10-18
1
-0
/
+1
*
Add ZSTD compression support (RFC8478bis)
Todd Short
2022-10-18
1
-0
/
+4
*
Add brotli compression support (RFC7924)
Todd Short
2022-10-18
1
-0
/
+5
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-1
/
+2
*
err_set_debug(): Prevent possible recursion on malloc failure
Tomas Mraz
2022-10-04
1
-2
/
+6
*
Allow PKCS12 export to set arbitrary bag attributes
Graham Woodward
2022-09-23
1
-0
/
+1
[next]