summaryrefslogtreecommitdiffstats
path: root/.gitattributes (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-07Compensate for CMP-related TODOs removed by PR #15539Dr. David von Oheimb9-6/+30
2022-12-06Replace "a RSA" with "an RSA"Daniel Fiala10-12/+12
2022-12-06Implement OSSL_PROVIDER_get0_default_search_path, add docs and tests.Patrick Mills7-1/+108
2022-12-06timing_load_creds: Add timersub macro for platforms where it is missingTomas Mraz1-0/+14
2022-12-06Fix the code used to detect aarch64 capabilities when we don't have getauxval()Tom Cosgrove1-0/+2
2022-12-05Fix the check of BIO_set_write_buffer_size and BIO_set_read_buffer_sizePeiwei Hu4-6/+6
2022-12-05Fix the check of EVP_PKEY_decrypt_initPeiwei Hu2-2/+2
2022-12-05Fix the checks in rsautl_mainPeiwei Hu1-12/+12
2022-12-05Drop a spurious printf in evp_test.cMatt Caswell1-1/+0
2022-12-05Sync CHANGES.md and NEWS.md with 3.1 releaseTomas Mraz2-64/+80
2022-12-05hpke: fix tests with disabled chacha20 or poly1305Tomas Mraz2-4/+4
2022-12-05Refactoring some operations to avoid repeated callsTomas Mraz2-79/+54
2022-12-05hpke_aead_enc/dec(): Refactor to pass in OSSL_HPKE_CTX *Tomas Mraz1-36/+18
2022-12-05ossl_kdf_ctx_create(): Check for NULL KDF being fetchedTomas Mraz1-0/+4
2022-12-05Fix build on NonStopTomas Mraz1-2/+2
2022-12-03QUIC Connection State Machine Design DocumentHugo Landau4-0/+697
2022-12-02doc: fix EVP_SignInit.podReinhard Urban1-5/+4
2022-12-02Clarify the EVP_PKEY_decrypt manual pageTomas Mraz1-9/+11
2022-12-01Don't set cancel state/typeMatt Caswell1-3/+0
2022-11-30cmp_client_test.c: add tests for OSSL_CMP_CTX_get_statusDr. David von Oheimb1-50/+111
2022-11-30[test/recipes] Add RFC6979 deterministic DSA KATs in evptest formatslontis4-3/+323
2022-11-30[test/recipes] RFC6979 deterministic ECDSA KATs in evptest formatBilly Brumley2-0/+2796
2022-11-30Fix docs related to EVP_RAND_CTX_new() that were not passing the parentslontis4-4/+4
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis31-63/+964
2022-11-30evp_test: fix rebase mistake with no_gostPauli1-1/+1
2022-11-30Remove redundant assignment in felem_mul_ref in p521Rohan McLure1-1/+0
2022-11-29fips prov: remove 3DES from list of inclusionsPauli1-2/+0
2022-11-29Update fips version check to be more robustPauli2-2/+4
2022-11-29aes: add AES-GCM-SIV modes to the FIPS providerPauli5-6/+63
2022-11-29doc: add note for sm4 xtsXu Yizhou2-0/+40
2022-11-29test: add sm4 xts test casesXu Yizhou2-0/+40
2022-11-29providers: Add SM4 XTS implementationXu Yizhou11-2/+629
2022-11-29obj: Add SM4 XTS OIDXu Yizhou5-5/+18
2022-11-29Update pyca-cryptography submodule to 38.0.4Nicola Tuveri1-0/+0
2022-11-29Honor OSSL_PKEY_PARAM_EC_POINT_CONVERSION_FORMAT as set and default to UNCOMP...Nicola Tuveri5-14/+65
2022-11-29Fix Coverity issues in HPKEslontis2-35/+17
2022-11-29Fix occasional assertion failure when storing propertiesTomas Mraz4-27/+51
2022-11-28Fix accumulated index comments in felem_inv for p521Rohan McLure1-2/+2
2022-11-28Drop incorrect skipping of some evp_test testcases with no-gostTomas Mraz1-2/+1
2022-11-25Add test for EVP_PKEY_Q_keygenTomas Mraz1-0/+16
2022-11-25Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell21-211/+4678
2022-11-25Fix typos in doc/man3/EVP_EncryptInit.podMarco Abbadini1-2/+2
2022-11-25When using PEM_read_bio_PrivateKey_ex() the public key is optionalTomas Mraz1-4/+13
2022-11-25Disable atomic refcounts with no-threadsJ.W. Jagersma1-1/+1
2022-11-25add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb4-1/+22
2022-11-25OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb4-12/+28
2022-11-25CMP: fix gen_new() in cmp_msg.c checking wrong ITAVsDr. David von Oheimb1-2/+1
2022-11-25CMS_decrypt_set1_*(): remove misleading error queue entry when recipient mism...Dr. David von Oheimb1-15/+17
2022-11-25CMS_decrypt_set1_password(): prevent mem leak on any previously set decryptio...Dr. David von Oheimb1-4/+8
2022-11-25CMS_decrypt*(): fix misconceptions and mem leakDr. David von Oheimb4-31/+51