summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix SSL_pending() and SSL_has_pending() with DTLSMatt Caswell2022-08-012-8/+30
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-2918-4/+1395
* QUIC Frame Encoding and Decoding FunctionsHugo Landau2022-07-2910-7/+3067
* Fixes segfault occurrence in PEM_write()valdaarhun2022-07-291-1/+1
* Correction: uncompressed is the default valueGregoryTrzonkowski2022-07-291-2/+2
* Fix regression from GCM mode refactoringTomas Mraz2022-07-291-6/+10
* test_external_oqsprovider: Use working checkout of liboqsTomas Mraz2022-07-281-1/+2
* Fix quotes install_fips in Configurations/windows-makefile.tmplRichard Levitte2022-07-281-2/+2
* Handle SMIME_crlf_copy return codeAlon Bar-Lev2022-07-283-9/+20
* REGRESSION: CMS_final: do not ignore CMS_dataFinal resultAlon Bar-Lev2022-07-281-1/+4
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-2849-2933/+4809
* Add some documentation for the BIO_s_mem() datagram capabilityMatt Caswell2022-07-282-10/+29
* Add a test for BIO_s_mem() when using datagramsMatt Caswell2022-07-283-1/+140
* Give BIO_s_mem() the ability to support datagramsMatt Caswell2022-07-283-8/+122
* Update EVP_KDF-X942-ASN1.podJoachim Vandersmissen2022-07-281-2/+2
* GCM: record limit counter gets reset on AAD changesPauli2022-07-271-1/+8
* Remove `no-{ssl|tls|tls1_3|dtls}-method` in INSTALL.mdSlanterns2022-07-271-1/+1
* x509_lu.c and x509_vfy.c: improve coding style, comments, and related docDr. David von Oheimb2022-07-268-219/+226
* s390x: Optimize kmacJuergen Christ2022-07-261-3/+28
* 80-test_cmp_http.t: fix adaption of plan on 'certstatus' aspect of Mock serverDr. David von Oheimb2022-07-261-1/+1
* Fix UWP builds by defining VirtualLockCharles Milette2022-07-261-0/+14
* Configurations/10-main.conf: In the VC-common target, unquote $(CC)Richard Levitte2022-07-261-2/+2
* s390x: Fix GCM setupJuergen Christ2022-07-261-0/+5
* Fix error in LHASH documentationPauli2022-07-261-1/+1
* Fix no-dtls1_2Matt Caswell2022-07-251-0/+6
* Don't try to make configuration leanerRichard Levitte2022-07-241-52/+12
* CHANGES.md: Add entries for contributions to 3.1 by DDvODr. David von Oheimb2022-07-231-6/+33
* Add test from "Fix re-signing certificates with different key sizes"Todd Short2022-07-221-1/+56
* Coverity 1507376: Dereference after null checkPauli2022-07-221-2/+4
* Clean up GCM_MUL and remove GCM_FUNCREF_4BITTodd Short2022-07-221-32/+1
* Clean up use of GHASH macroTodd Short2022-07-221-23/+1
* Use separate function to get GCM functionsTodd Short2022-07-223-103/+110
* Remove some unused 4bit GCM codeTodd Short2022-07-221-95/+0
* Remove unused 1bit GCM implementationTodd Short2022-07-222-102/+29
* Remove unused 8bit GCM implementationTodd Short2022-07-222-148/+2
* Fix a crash in v2i_IPAddrBlocks()Matt Caswell2022-07-222-5/+110
* Fix error in example.Pauli2022-07-221-2/+1
* X509_STORE_CTX_purpose_inherit(): add missing details to its documentationDr. David von Oheimb2022-07-211-3/+7
* Emit rev8 on __riscv_zbkb as on __riscv_zbbmarcfedorow2022-07-211-2/+2
* Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting OSSL_CMP_validate_msg()Dr. David von Oheimb2022-07-2010-57/+127
* Fix verify_callback in the openssl s_client/s_server appDmitry Belyavskiy2022-07-201-10/+16
* check-format.pl: fix detection of missing/extra blank lines in local declsDr. David von Oheimb2022-07-203-15/+64
* check-format.pl: fix false positive on 'for(;; stmt)'Dr. David von Oheimb2022-07-202-0/+5
* check-format.pl: improve wording: 'no' -> 'missing'; further minor improvementsDr. David von Oheimb2022-07-201-27/+28
* "Reserve" the method store when constructing methodsRichard Levitte2022-07-209-32/+186
* Coverity 1507372: explicit null dereferencePauli2022-07-201-3/+2
* Coverity 1503321 & 1503327: dereference after null checkPauli2022-07-201-1/+1
* Fix aarch64 signed bit shift issue found by UBSANTom Cosgrove2022-07-192-8/+4
* apps/x509: Improve doc fix for -CAserial anc -CAcreateserialDr. David von Oheimb2022-07-191-5/+7
* crypto/x509/v3_addr.c: fix style nits reported by check-format.plDr. David von Oheimb2022-07-191-34/+57