aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb2022-07-194-5/+5
* libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb2022-07-1914-32/+28
* libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb2022-07-197-24/+9
* Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb2022-07-194-15/+37
* Fix memleak in PKCS12_pbe_crypt_ex()Roberto Hueso Gomez2022-07-181-0/+2
* Remove duplicated BIO_get_ktls_send calls in do_ssl3_writeBernd Edlinger2022-07-182-10/+12
* ossl_ffc_params_copy: Copy the keylength tooTomas Mraz2022-07-182-0/+35
* Test that we generate a short private key for known DH primeTomas Mraz2022-07-181-0/+10
* dhparam: Correct the documentation of -dsaparamTomas Mraz2022-07-181-6/+5
* dhparam_test: Test that we add private key length on generation and print itTomas Mraz2022-07-181-8/+16
* dh_to_text: Print the dh->length if setTomas Mraz2022-07-183-0/+8
* Use as small dh key size as possible to support the securityTomas Mraz2022-07-188-27/+62
* Coverity 1506566: unchecked return valuePauli2022-07-171-1/+2
* evp: make all _is_a functions accept and handle a NULL argumentPauli2022-07-179-12/+18
* Coverity 1503321 & 1503327: dereference after null checkPauli2022-07-171-1/+1
* cmsapitest.c: add test case for CMS_EnvelopedData_decrypt()Dr. David von Oheimb2022-07-161-1/+9