summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fips: make EdDSA unapproved for FIPSPauli2023-01-131-8/+9
* Make RSA_generate_multi_prime_key() not segfault if e is NULL.slontis2023-01-122-6/+40
* remove unused macro in rc2_local.h and rc5_local.hzhangzhilei2023-01-122-127/+0
* SSKDF with KMAC should return SIZE_MAX when EVP_KDF_CTX_get_kdf_size()slontis2023-01-123-11/+33
* fix manpage of `d2i_X509(3)`Nobuhiro IMAI2023-01-121-2/+2
* Do not check definition of a macro and use it in a single conditionTomas Mraz2023-01-121-2/+3
* OSSL_PARAM_BLD and BIGNUM; ensure at least one byte is allocatedRichard Levitte2023-01-111-0/+4
* In OSSL_PARAM_set_BN(), make sure that the data_size field is at least 1Richard Levitte2023-01-111-0/+3
* test/param_build_test.c: test zero BIGNUMRichard Levitte2023-01-111-1/+94
* Add empty migration guide for 3.1H. Vetinari2023-01-111-1/+7
* Doc: Update history section of EC_GROUP API's.slontis2023-01-101-2/+2
* Documentation for EVP_PKEY_CTX_get0_pkey() and EVP_PKEY_CTX_get0_peerkey().Nikhil Bisht2023-01-103-2/+62
* info.c: Fix typos in seed macro name and description stringGreg McLearn2023-01-101-2/+2
* rsaz_exp_x2.c: Remove unused ALIGN64 macroTomas Mraz2023-01-091-8/+0
* rsaz_exp_x2.c: Avoid potential undefined behavior with strict aliasingTomas Mraz2023-01-091-4/+12
* Revert "Fix an occasional CI failure due to unaligned access"Tomas Mraz2023-01-091-9/+7
* Fix SM4 test failures on big-endian ARM processorsXu Yizhou2023-01-061-26/+26
* remove extra define for __NR_getrandom and add some commentszhangzhilei2023-01-061-3/+1
* Write SSL_R alerts to error state to keep updated stringsTomas Mraz2023-01-053-3/+34
* 80-test_cms.t: Fix rsapssSaltlen check on MinGWTomas Mraz2023-01-041-2/+2
* 25-test_pkcs8.t: Make text comparison ignore extra CR charactersTomas Mraz2023-01-041-2/+8
* Cleanse internal BN_generate_dsa_nonce() buffers used to generate k.slontis2023-01-041-1/+3
* Fixed typos in documentation and commentsSemen Zhydenko2023-01-0410-10/+10
* Bump actions/setup-python from 4.3.1 to 4.4.0dependabot[bot]2022-12-281-1/+1
* INSTALL.md: Remove trailing spaceTomas Mraz2022-12-221-2/+2
* Support multibin to allow multiple binary models to co-exist.Randall S. Becker2022-12-223-24/+49
* Docs: Move deprecated ECDSA_ functions into a separate file.slontis2022-12-223-135/+252
* Change HKDF to alloc the info buffer.slontis2022-12-222-18/+71
* ssl3_mac(): Fix possible divide by zero bugzhailiangliang2022-12-221-1/+1
* ec_kmgmt.c: check the return of BN_CTX_get() in time.xkernel2022-12-221-2/+8
* INSTALL.md: Fix typoMatheus Cunha2022-12-221-3/+2
* Add Demos for DSA params/DSA keygen.slontis2022-12-227-5/+621
* Fix possible UB in init_info_stringsBernd Edlinger2022-12-221-4/+4
* Add testcase for OSSL_trace_set_callback()Tomas Mraz2022-12-221-10/+39
* Avoid ifdefs in trace categoriesTomas Mraz2022-12-222-18/+9
* Add a CMS test for a bad encryption algorithmMatt Caswell2022-12-221-1/+19
* Ensure ossl_cms_EncryptedContent_init_bio() reports an error on no OIDMatt Caswell2022-12-224-0/+9
* Fix BIO_f_asn1() to properly report some errorsMatt Caswell2022-12-221-2/+2
* Fix SMIME_crlf_copy() to properly report an errorMatt Caswell2022-12-222-8/+8
* Fix BIO_f_cipher() flushingMatt Caswell2022-12-221-1/+8
* Fix a logic flaw in test_mod_exp_zeroBernd Edlinger2022-12-211-1/+1
* Add CHANGES.md entry for support for KMAC in KBKDFTomas Mraz2022-12-211-0/+4
* 19607 No need to link explicitly with libpthread on SolarisDarren J Moffat2022-12-161-8/+1
* Update FIPS related build instructions.slontis2022-12-161-2/+21
* Refine the documents of several APIsPeiwei Hu2022-12-1615-20/+33
* Address coverity issue CID 1517105slontis2022-12-161-2/+5
* Update HMAC() documentation.slontis2022-12-162-1/+5
* Update pyca-cryptography submodule to fix CITomas Mraz2022-12-161-0/+0
* Add KMAC support to KBKDF.slontis2022-12-168-19/+1136
* timing_load_creds requires POSIX1.2001 due to rusageTomas Mraz2022-12-151-8/+5