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
*
fix X509_PURPOSE_add() to take |sname| as primary key and handle |id| in a ba...
Dr. David von Oheimb
2 days
1
-0
/
+1
*
Remove non-existing error code.
Peter Bierma
7 days
1
-1
/
+0
*
Synchronize openssl.txt with comperr.h
Peter Bierma
7 days
1
-5
/
+5
*
Update error codes in "crypto/err/openssl.txt"
Michael Baentsch
13 days
1
-2
/
+1
*
Fix CMS encryption with key agreement when originator set
Jakub Zelenka
2025-01-06
1
-0
/
+2
*
feat: add EVP APIs for cipher pipelining
Ramkumar
2024-12-17
1
-0
/
+2
*
Add function to mix in an additional input into a RAND_POOL
Tomas Mraz
2024-12-10
1
-0
/
+1
*
Add failed entropy continuous test error
Pauli
2024-09-19
1
-0
/
+2
*
Add ED25519 and ED448 support for EVP_PKEY_{sign,verify}_init_ex2()
Richard Levitte
2024-08-29
1
-0
/
+2
*
Refactor OpenSSL 'EdDSA' EVP_SIGNATURE to allow use with EVP_PKEY functions
Richard Levitte
2024-08-29
1
-0
/
+2
*
feat: Implement EVP_CIPHER_CTX_{set,get}_algor_params() and EVP_CIPHER_CTX_ge...
Richard Levitte
2024-08-27
1
-0
/
+2
*
Use the new hashtable for core_namemap
Tomas Mraz
2024-08-21
1
-0
/
+1
*
Refactor OpenSSL 'RSA' EVP_SIGNATURE to also include RSA+hash composites
Richard Levitte
2024-08-21
1
-0
/
+4
*
Implement functionality for direct use of composite signature algorithms
Richard Levitte
2024-08-21
1
-0
/
+4
*
Add FIPS Indicator for ECDH cofactor.
slontis
2024-08-15
1
-0
/
+1
*
Check that a supported_versions extension is present in an HRR
Matt Caswell
2024-08-07
1
-0
/
+2
*
Add Version Check for CSR Verification
erbsland-dev
2024-06-21
1
-0
/
+1
*
CMP: add support for requesting cert template using genm/genp
Rajeev Ranjan
2024-06-20
1
-0
/
+2
*
Add reason codes with the correct offset for two alerts
Jacob Champion
2024-05-14
2
-0
/
+5
*
Make conf_diagnostics apply also to the SSL conf errors
Tomas Mraz
2024-05-09
1
-0
/
+1
*
CMP: add support for genm with crlStatusList and genp with crls
Dr. David von Oheimb
2024-05-01
1
-0
/
+4
*
Limit the number of http headers when receiving the http response
Alexandr Nedvedicky
2024-03-12
1
-0
/
+1
*
cmperr.h: use free reason value 106 rather than 197 for CMP_R_UNEXPECTED_SENDER
Dr. David von Oheimb
2024-03-06
1
-1
/
+1
*
Add appropriate lower bound checks for GeneralizedTime and UTCTime
Job Snijders
2024-02-25
1
-0
/
+2
*
make update
Hugo Landau
2024-02-10
1
-1
/
+1
*
QUIC: Add polling API
Hugo Landau
2024-02-10
1
-0
/
+1
*
Fix error code collision
Hugo Landau
2024-02-08
1
-1
/
+1
*
QUIC: Add new error codes for tuning API
Hugo Landau
2024-02-08
1
-0
/
+5
*
QUIC APL: Implement optimised FIN API
Hugo Landau
2024-01-23
1
-1
/
+2
*
Fix reason value collision for CMP_R_UNEXPECTED_SENDER
Tomas Mraz
2024-01-17
1
-1
/
+1
*
ossl_cmp_msg_check_update(): improve diagnostics of checking expected sender ...
Dr. David von Oheimb
2024-01-17
1
-0
/
+1
*
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
[next]