summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Typos fixingFdaSilvaYY2023-01-247-10/+10
* Fix windows buildsFdaSilvaYY2023-01-244-13/+13
* CI: cross-compile: riscv: Add RV64 machine with Zb* and Zk*Christoph Müllner2023-01-241-0/+9
* CI: cross-compile: Allow to set CPU capabilitiesChristoph Müllner2023-01-241-0/+18
* Fix corruption when searching for CRLs in hashed directoriesHugo Landau2023-01-241-3/+13
* Add DTLS support to the large app data testMatt Caswell2023-01-241-5/+26
* Ensure our buffer allocation allows for the Explicit IVMatt Caswell2023-01-241-1/+5
* Add a test for large app dataMatt Caswell2023-01-241-0/+141
* MD5.pod: Recommend SHA-2 or SHA-3 family hashes instead of legacy onesTomas Mraz2023-01-231-3/+3
* X509_V_ERR_INVALID_PURPOSE: fix misleading text; Fix omission in X509_VERIFY_...Dr. David von Oheimb2023-01-233-2/+3
* cmp_client.c: fix handling of total_timeout for RR and GENM transactionsDr. David von Oheimb2023-01-231-12/+10
* cmp_client_test.c: add tests for end_time being initialized for RR/GENMDr. David von Oheimb2023-01-233-12/+26
* CMP docs: clarify behavior on message/total timeout values givenDr. David von Oheimb2023-01-232-9/+14
* Fixes wrong return type in BIO_do_connect man page.Thib2023-01-231-1/+1
* Fix incorrect check on RAND_bytes_ex() in generate_q_fips186_4()Niels Dossche2023-01-231-1/+1
* Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki2023-01-235-0/+20
* Adding a separated build settings for BSD flavorsDavid Carlier2023-01-203-0/+84
* bn2bin(): Don't accept len < 0Richard Levitte2023-01-202-0/+43
* Add a test for public variants of bn2bin()Richard Levitte2023-01-201-0/+31
* bin2bn(): When len==0, just return a zero BIGNUMRichard Levitte2023-01-201-0/+9
* Padlock: fix byte swapping assembly for AES-192 and 256ValdikSS2023-01-202-0/+4
* Add link to EBNF definitionPauli2023-01-201-0/+3
* Add negative test for unquoted property stringPauli2023-01-201-0/+1
* Correct property EBNF for unquoted stringsPauli2023-01-202-20/+2
* QUIC Test Server: Minor fixupsHugo Landau2023-01-196-27/+34
* QUIC DEMUX: Refactor list manipulationHugo Landau2023-01-191-2/+1
* QUIC Test Server: Basic echo server testHugo Landau2023-01-193-1/+245
* QUIC Test Server ImplementationHugo Landau2023-01-193-0/+243
* QUIC CHANNEL: Add basic server support for testingHugo Landau2023-01-192-26/+209
* QUIC CHANNEL: Transport params: Offer reason text and add server supportHugo Landau2023-01-192-45/+188
* QUIC TXP: Fix generation of CONNECTION_CLOSEHugo Landau2023-01-191-17/+39
* QUIC Front-End I/O API: Fix WANT_READ signalling for SSL_readHugo Landau2023-01-191-2/+5
* QUIC Front-End I/O API: Fix implementation of SSL_get_errorHugo Landau2023-01-191-8/+8
* QUIC QRX: (Server support) Add support for manual URXE injectionHugo Landau2023-01-192-3/+16
* QUIC DHS: (Server support) Add server state machine for DHSHugo Landau2023-01-191-46/+278
* QUIC DEMUX: (Server support) Add support for default handlerHugo Landau2023-01-192-12/+72
* Fix incorrect error return value in i2r_ADMISSION_SYNTAX()Niels Dossche2023-01-191-1/+1
* S390X: Fix Ed448phJuergen Christ2023-01-191-6/+8
* Fix potential NULL pointer dereferenceJuergen Christ2023-01-171-4/+4
* Clarify documentation of X509_STORE_CTX_get_current_cert()north-162023-01-171-2/+4
* remove unused macro in cast_local.h and des_local.hzhangzhilei2023-01-172-60/+0
* pkey: Imply public check if -pubin is specifiedTomas Mraz2023-01-171-1/+1
* PKCS12 - Add additional libctx and propq support.slontis2023-01-1615-36/+194
* s390x: Fix keccak xofs via CPACFJuergen Christ2023-01-161-1/+10
* Fix big-endian issue in chacha20 SVE implementation on aarch64fangming.fang2023-01-161-9/+16
* Bump actions/setup-python from 4.4.0 to 4.5.0dependabot[bot]2023-01-161-1/+1
* Documenting lack of error codes stabilityDmitry Belyavskiy2023-01-161-0/+8
* CMP app: fix file output of certs and cert lists on non-existing cert(s)Dr. David von Oheimb2023-01-163-37/+37
* Limit size of modulus for bn_mul_mont and BN_mod_exp_mont_consttimeBernd Edlinger2023-01-144-8/+77
* Revert "Limit size of modulus for BN_mod_exp_mont_consttime()"Bernd Edlinger2023-01-142-29/+0