aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err
Commit message (Expand)AuthorAgeFilesLines
* Limit the number of http headers when receiving the http responseAlexandr Nedvedicky2024-03-121-0/+1
* cmperr.h: use free reason value 106 rather than 197 for CMP_R_UNEXPECTED_SENDERDr. David von Oheimb2024-03-061-1/+1
* Add appropriate lower bound checks for GeneralizedTime and UTCTimeJob Snijders2024-02-251-0/+2
* make updateHugo Landau2024-02-101-1/+1
* QUIC: Add polling APIHugo Landau2024-02-101-0/+1
* Fix error code collisionHugo Landau2024-02-081-1/+1
* QUIC: Add new error codes for tuning APIHugo Landau2024-02-081-0/+5
* QUIC APL: Implement optimised FIN APIHugo Landau2024-01-231-1/+2
* Fix reason value collision for CMP_R_UNEXPECTED_SENDERTomas Mraz2024-01-171-1/+1
* ossl_cmp_msg_check_update(): improve diagnostics of checking expected sender ...Dr. David von Oheimb2024-01-171-0/+1
* crypto/cmp/,apps/lib/cmp_mock_srv.c: various improvements on delayed deliveryDr. David von Oheimb2023-12-211-0/+3
* Detect and prevent recursive config parsingNeil Horman2023-12-211-0/+1
* ERR: Add ERR_pop()Hugo Landau2023-12-211-0/+13
* CMP lib and app: add optional certProfile request message header and respecti...Dr. David von Oheimb2023-12-191-0/+1
* Make DH_check_pub_key() and DH_generate_key() safer yetRichard Levitte2023-11-061-0/+1
* EVP_PKEY_get_{bits,security_bits,size}(): add missing error queue entry on fa...Dr. David von Oheimb2023-10-261-0/+3
* Ensure that the ERR_STATE is left in a consistent stateMatt Caswell2023-10-232-8/+11
* CMS_add1_signer(): add missing ERR_raise() callsDr. David von Oheimb2023-10-171-0/+1
* rand: add extra error codePauli2023-09-271-0/+1
* Fix typos found by codespellDimitri Papadopoulos2023-09-131-1/+1
* Copyright year updatesMatt Caswell2023-09-074-4/+4
* make updateHugo Landau2023-08-301-1/+1
* QUIC APL: Implement backpressure on stream creationHugo Landau2023-08-301-1/+1
* QUIC APL: Fix stream backpressure conditions to use non-I/O errorsHugo Landau2023-08-251-1/+1
* QUIC APL: Implement backpressure on stream creationHugo Landau2023-08-251-0/+1
* QUIC: Add ERR_raise() calls for EVP call failuresTomas Mraz2023-08-231-0/+1
* QUIC TLS: Rethink error handlingHugo Landau2023-08-083-0/+85
* QUIC CHANNEL: Improve error reportingHugo Landau2023-08-081-0/+1
* Raise SSL_R_QUIC_PROTOCOL_ERROR on any QUIC protocol errorTomas Mraz2023-07-181-0/+1
* CMP: add support for genm with rootCaCert and genp with rootCaKeyUpdateDr. David von Oheimb2023-07-171-0/+1
* make updateHugo Landau2023-07-171-0/+4
* QUIC err handling: Save and restore error stateTomas Mraz2023-07-074-9/+97
* Fix typos found by codespellDimitri Papadopoulos2023-06-151-2/+2
* allow to disable httpVladimír Kotal2023-06-061-0/+2
* CMP: add support for genm/genp messages with id-it-caCertsDr. David von Oheimb2023-06-011-0/+3
* QUIC MSST: make updateHugo Landau2023-05-121-0/+1
* QUIC DISPATCH/APL: Implement SSL_set_default_stream_mode, default XSO refactorHugo Landau2023-05-121-0/+1
* CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb2023-05-121-0/+2
* RFC7250 (RPK) supportTodd Short2023-03-281-0/+4
* Provide better errors for some QUIC failuresMatt Caswell2023-03-201-0/+1
* providers: add Argon2 KDFČestmír Kalina2023-03-171-1/+1
* proverr: add PROV_R_{INVALID_MEMORY_SIZE,INVALID_THREAD_POOL_SIZE}Čestmír Kalina2023-03-171-0/+2
* Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis2023-03-071-0/+1
* Fix potential infinite loops in ECDSA signing.slontis2023-03-011-0/+1
* Fix infinite loops in DSA sign code.slontis2023-03-011-1/+2
* Write SSL_R alerts to error state to keep updated stringsTomas Mraz2023-01-052-2/+33
* Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell2022-12-221-0/+2
* Make error reason for disallowed legacy sigalg more specificTomas Mraz2022-12-131-0/+2
* crypto/err: expand on error code generationČestmír Kalina2022-12-121-0/+11
* OSSL_CMP_validate_msg(): make sure to reject protection type mismatchDr. David von Oheimb2022-12-081-0/+2