summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb2022-07-169-35/+119
* CMS_add0_cert.pod: various improvements of the descriptionDr. David von Oheimb2022-07-161-14/+20
* cms_sd.c: fix style/formatting nits reported check-format.plDr. David von Oheimb2022-07-161-19/+16
* Added paragraph to free objects alloced by X509V3_add1_i2d()Allan2022-07-151-23/+26
* Updated X509v3_get_ext_by_NID.pod and X509_CRL_get0_by_serial.podAllan2022-07-152-56/+59
* s390x: Fix Keccak implementationJuergen Christ2022-07-141-1/+18
* ocspapitest: use TEST_true to report the exact failurexkernel2022-07-141-4/+5
* ocspapitest: properly check the return of memory-allocating functionsxkernel2022-07-141-1/+4
* Fix EC ASM flag passingJuergen Christ2022-07-141-0/+8