aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bio_dgram_test.c: Fix warning from older clang compilersTomas Mraz2022-09-091-5/+6
* Add an EVP demo for key encoding using ECDaniel Fiala2022-09-092-3/+208
* Fix BIO_sendmmsg/BIO_recvmmsg issues on FreeBSDHugo Landau2022-09-081-23/+28
* Fix undefined ipi_spec_dst for cygwin build.Tristan Lelong2022-09-081-0/+2
* apps/lib/http_server.{c,h}: clean up logging and move it to log.{c,h}Dr. David von Oheimb2022-09-075-119/+182
* apps/ocsp.c etc.: rename 'multi' to 'n_responders' for clarityDr. David von Oheimb2022-09-073-12/+12
* APPS HTTP server: trace requests and responses when enabledDr. David von Oheimb2022-09-075-102/+168
* OSSL_trace_enabled.pod: add missing synopsis for OSSL_TRACE()Dr. David von Oheimb2022-09-071-0/+1
* Coverity: explicit null dereferencePauli2022-09-071-2/+14
* Initial congestion control API designTomas Mraz2022-09-071-0/+243
* Fix build failure on freebsd due to missing data declarationTomas Mraz2022-09-071-14/+11
* Coverity 1513478: negative returnPauli2022-09-061-2/+8
* test/pkcs12_api_test.c: fix failure on MinGWxtkoba2022-09-051-1/+1
* list: add a doubly linked list type.Pauli2022-09-055-1/+437
* provider: cipher: aes: add riscv32 zkn (zbkb) supportHongren (Zenithal) Zheng2022-09-058-0/+311
* aes_platform: add riscv32 zkn asm supportHongren (Zenithal) Zheng2022-09-051-0/+19
* add build support for riscv32 aes zknHongren (Zenithal) Zheng2022-09-051-0/+2
* Add RISC-V 32 cpuid supportHongren (Zenithal) Zheng2022-09-052-0/+90
* Add linux32-riscv32/BSD-riscv32 targetHongren (Zenithal) Zheng2022-09-051-2/+14
* Add AES implementation in riscv32 zkn asmHongren (Zenithal) Zheng2022-09-051-0/+1061
* check-format.pl: improve whitespace reporting on <op>=Dr. David von Oheimb2022-09-023-3/+15
* check-format.pl: further fixes for whitespace reporting within 'for (...)'Dr. David von Oheimb2022-09-023-27/+40
* check-format.pl: report #if and #elif with constant condition; improve checks...Dr. David von Oheimb2022-09-023-13/+18
* check-format.pl: extend checking into macro bodies; small further improvementsDr. David von Oheimb2022-09-023-63/+188
* check-format.pl: improve preprocessor directive handling; re-order state vari...Dr. David von Oheimb2022-09-021-44/+51
* PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/Dr. David von Oheimb2022-09-024-17/+19
* Fix many inconsistencies in doc of CMS_verify() and PKC7_verify() etc.Dr. David von Oheimb2022-09-026-118/+152
* TX key update support, RX time and PN reporting, general refactoringHugo Landau2022-09-0212-325/+1479
* QUIC Record Layer (Refactor and TX Side)Hugo Landau2022-09-0214-1111/+3197
* QUIC Demuxer and Record Layer (RX Side)Hugo Landau2022-09-0220-45/+6305
* Document the return value of OSSL_LIB_CTX_load_config()Tomas Mraz2022-09-011-1/+3
* Fix documented max. length for info buffer in HKDFTobias Brunner2022-09-011-1/+1
* PKCS7_dataVerify(): fix missing use of CRLs in PKCS#7 messageDr. David von Oheimb2022-09-012-12/+18
* Remove unused dtls1_bitmap.cTomas Mraz2022-09-011-78/+0
* BIO_dgram support for BIO_sendmmsg/BIO_recvmmsgHugo Landau2022-09-0112-8/+1443
* Improve chacha20 perfomance on aarch64 by interleaving scalar with SVE/SVE2Daniel Hu2022-09-011-294/+528
* Fix memory leak with TLS1.2 compressionJuergen Christ2022-08-311-0/+2
* apps/speed.c: Wait for generated childrenJuergen Christ2022-08-311-0/+16
* Fix man page to indicate SHA256 MAC for PKCS12Stefanos Harhalakis2022-08-301-1/+1
* Test that we ignore a bad record version in a plaintext TLSv1.3 recordMatt Caswell2022-08-291-2/+38
* Tolerate a bad record version in TLSv1.3 plaintext recordsMatt Caswell2022-08-291-8/+2
* Add design requirements for QUIC packet demuxerTomas Mraz2022-08-291-0/+47
* ERR: Make CRYPTO_malloc() and friends report ERR_R_MALLOC_FAILUREDr. David von Oheimb2022-08-272-8/+29
* Convert serverinfo in SSL_CTX_use_serverinfo() to v2.Daniel Fiala2022-08-262-76/+179
* Add missing ')' to command helpPauli2022-08-261-1/+1
* Drop the optimisation level for ppc64le cross-compileMatt Caswell2022-08-241-1/+4
* Updates for OSSL_TIME changesHugo Landau2022-08-244-54/+58
* QUIC ACK Manager, Statistics Manager and Congestion Control APIHugo Landau2022-08-2416-4/+4312
* CMP: correct handling of fallback subject in OSSL_CMP_CTX_setup_CRM() and its...Dr. David von Oheimb2022-08-243-20/+29
* CMP: fix crash in check_transactionID_or_nonce() on 'actual' being NULLDr. David von Oheimb2022-08-241-2/+2