summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fips: Use salt >= 16 bytes in PBKDF2 selftestClemens Lang2023-03-071-6/+16
* Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis2023-03-0718-38/+281
* S390X: Accelerate keccak XOFJuergen Christ2023-03-072-8/+6
* test//bio_dgram_test.c: Skip test when BIO_bind() failsRichard Levitte2023-03-071-4/+4
* bss_dgram.c: Use BIO_ADDR_sockaddr() and BIO_ADDR_sockaddr_size()Richard Levitte2023-03-071-2/+2
* DOCS: provider-keymgmt(7) - params for EVP_PKEY_get_default_digest_{name,nid}()Richard Levitte2023-03-072-1/+31
* stream_frame_new(): Add missing allocation checkTomas Mraz2023-03-061-0/+3
* test_rstream_random(): Test adding final empty frameTomas Mraz2023-03-061-13/+38
* Test new ossl_quic_rstream API callsTomas Mraz2023-03-061-20/+77
* Improve the QUIC_RSTREAM implementationTomas Mraz2023-03-068-195/+652
* VMS knows POSIX threads too!Richard Levitte2023-03-062-36/+2
* Improve the performance of EVP_PKCS82PKEY_exMatt Caswell2023-03-061-1/+22
* Test that there are no errors on the stack for rejected early dataMatt Caswell2023-03-061-29/+94
* Remove spurious error queue entries on early dataMatt Caswell2023-03-061-0/+11
* Fix cast.Pauli2023-03-061-1/+1
* Add "make help" optionTodd Short2023-03-063-26/+67
* Fix typo in base provider example codeHansHoogerwerf2023-03-031-1/+1
* Tidy up aarch64 feature detection code in armcap.cTom Cosgrove2023-03-031-193/+208
* Coverity 1521557: Error handling issuesPauli2023-03-031-1/+4
* Include supported branches in coverallsPauli2023-03-031-5/+28
* Bump coverallsapp/github-action from 1.2.3 to 1.2.4dependabot[bot]2023-03-021-1/+1
* Bump coverallsapp/github-action from 1.1.3 to 1.2.3dependabot[bot]2023-03-011-1/+1
* Add fuzz test for v3nameHardik Shah2023-03-014-0/+76
* Remove ossl_rsa_pss_params_30_set_maskgenalg().slontis2023-03-012-11/+0
* Update AES documentation excluding AES SIV from the FIPS providerPauli2023-03-011-2/+2
* Remove AES SIV ciphers from the FIPS providerPauli2023-03-012-6/+1
* Don't do AES SIV tests with the FIPS providerPauli2023-03-011-1/+1
* Ensure we use a non-zero time for tickets in early dataMatt Caswell2023-03-011-1/+44
* Fix early_data age calculationMatt Caswell2023-03-011-7/+9
* Fix FFC mdprop setting bugs.slontis2023-03-013-0/+46
* Fix potential infinite loops in ECDSA signing.slontis2023-03-015-5/+25
* Fix infinite loops in DSA sign code.slontis2023-03-016-38/+137
* ec: Use .machine "any" explicitly in ecp_nistp521-ppc64Robin Lee2023-03-011-0/+1
* Update FIPS provider documentation to note that fips=yes is mandatoryPauli2023-03-011-8/+11
* Fix incomplete error check on RSA_public_decrypt()ndossche2023-02-281-1/+1
* Fix incomplete error check on ASN1_item_i2d()ndossche2023-02-281-1/+1
* Document the list of RAND algorithms in the default and fips providers.slontis2023-02-282-0/+32
* Add provider pre-fetching documentationslontis2023-02-2827-8/+246
* Add documentation for "NULL" cipher and digest algorithms.slontis2023-02-286-1/+132
* Added a fuzzer for SMIMEAlex Gaynor2023-02-274-2/+173
* util/find-doc-nits: improve error diagnostics on missing man section numbers ...Dr. David von Oheimb2023-02-241-6/+10
* CMS_add0_cert.pod: add missing man section numbers in recently added L<fun()>...Dr. David von Oheimb2023-02-241-3/+3
* Add OSSL_FUNC_keymgmt_im/export_types function that gets the provider contextIngo Franzki2023-02-245-6/+85
* CMS_add0_cert: if cert already present, do not throw error but ignore itDr. David von Oheimb2023-02-246-27/+56
* CMS_add1_crl(): prevent double free on failure of CMS_add0_crl()Dr. David von Oheimb2023-02-241-5/+6
* first cut at sigalg loadingMichael Baentsch2023-02-2418-191/+3350
* test/recipes/01-test_symbol_presence.t: check for duplicate symbols in static...Richard Levitte2023-02-241-59/+141
* Add help for pkeyopt values for the genpkey commandline app.slontis2023-02-233-0/+79
* Skip subdirectories in SSL_add_dir_cert_subjects_to_stack()olszomal2023-02-231-0/+14
* Fixes #20278: Fixed double free bug in crypto/http/http_client.cJeeban Sethi2023-02-231-3/+8