summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QUIC I/O Architecture Design: Minor updatesHugo Landau2023-04-261-32/+83
* QUIC I/O Architecture Design: Add block diagram, tweak wordingHugo Landau2023-04-262-4/+6
* QUIC I/O Architecture Design DocumentHugo Landau2023-04-261-0/+483
* Correct the CHANGES entry for CVE-2023-1255Tomas Mraz2023-04-261-3/+3
* doc: document that the "info" KDF param concatenatesPauli2023-04-261-0/+6
* Add "info" concatenation testsPauli2023-04-263-0/+32
* Update KDFs to use shared functions.Pauli2023-04-263-109/+42
* params: add helper functions to allocate & copy paramsPauli2023-04-262-0/+145
* Added ability to pass additional ASFLAGS to ConfigureMathias Berchtold2023-04-251-0/+1
* Fix regression of no-posix-io buildsTomas Mraz2023-04-251-3/+11
* dtls: code cleanup and refactorizationFdaSilvaYY2023-04-242-16/+17
* Fixup demo exit status magic numbersslontis2023-04-2447-249/+238
* Replace use of strstr with strchrMatt Caswell2023-04-241-3/+3
* Coverity 1524619: unexpected control flowMatt Caswell2023-04-241-2/+3
* Revert "Adding Control Flow guard to Windows Builds"Mathias Berchtold2023-04-241-3/+3
* Fix calling pthread_key_delete on uninitialized dataPetr Mikhalicin2023-04-241-2/+17
* fips: setup the FIPS provider in pendantic mode for testingPauli2023-04-212-2/+9
* test: update ssl_new tests in line with pedantic FIPS policyPauli2023-04-215-0/+29
* test: update TLS PDF tests in line with pedantic FIPS policyPauli2023-04-211-0/+3
* test: update evprand tests in line with pedantic FIPS policyPauli2023-04-211-0/+384
* sslapi: use correct fipsmodule.cnfPauli2023-04-211-1/+1
* Bump actions/setup-python from 4.5.0 to 4.6.0dependabot[bot]2023-04-211-1/+1
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-2198-130/+130
* Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arraysIrak Rigia2023-04-214-6/+11
* Fix checking return code of EVP_PKEY_get_int_param at check_curvePetr Mikhalicin2023-04-211-1/+1
* Minor refactoring of the Argon2 derive functionTomas Mraz2023-04-211-48/+30
* Bump coverallsapp/github-action from 2.1.0 to 2.1.2dependabot[bot]2023-04-211-1/+1
* aesv8-armx.pl: Avoid buffer overrread in AES-XTS decryptionTomas Mraz2023-04-203-1/+16
* test: test -pedantic option in fipsinstallPauli2023-04-201-1/+26
* doc: document the -pedantic option to fipsinstall.Pauli2023-04-201-0/+9
* fipsinstall: add -pedantic optionPauli2023-04-201-39/+64
* Adding Control Flow guard to Windows Buildsgakamath2023-04-191-3/+3
* Configurations/descrip.mms.tmpl: Fix a few typosRichard Levitte2023-04-181-7/+3
* Fix broken links in crypto manpageLadislav Marko2023-04-181-2/+2
* fix test failure on Kunpeng-920zhangzhilei2023-04-181-1/+1
* crmf_lib.c: clean up coments on OSSL_CRMF_CERTTEMPLATE*()Dr. David von Oheimb2023-04-181-6/+2
* OSSL_CRMF_CERTTEMPLATE_get0_publicKey(): fix return type and docDr. David von Oheimb2023-04-183-3/+5
* crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb2023-04-188-44/+61
* bn_local: remove unused `PTR_SIZE_INT` definitionAlois Klink2023-04-161-18/+0
* bn_nist: remove unused type-punning union `u`Alois Klink2023-04-161-21/+12
* bn_nist: replace pointer bit-fiddling with ternaryAlois Klink2023-04-161-45/+19
* adding provider_unload functions for cmp_ testsDanny Carpenter2023-04-164-0/+8
* List also non-fetchable hashes in openssl dgst -listGauriSpears2023-04-141-2/+5
* Fix a HPKE API to put libctx, propq as last (optional parameters).slontis2023-04-144-36/+44
* Fix the LCM computation in the RSA multiprime key checkTomas Mraz2023-04-133-7/+69
* Fix typo in ssl_ciph.cLadislav Marko2023-04-131-1/+1
* Fix UEFI support on win32Aidan Khoury2023-04-133-4/+4
* doc: Fix incorrect pairing of functionsLadislav Marko2023-04-131-1/+1
* doc: Fix misleading stucture infoLadislav Marko2023-04-131-1/+1
* Fixes #19580 ECX keygenYuan, Shuai2023-04-121-1/+1