summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Provide dsa_check_key()tb2023-03-042-2/+77
* Provide DSA_R_INVALID_PARAMETERS error codetb2023-03-042-2/+4
* Mop up ECP_NISTZ256_ASM and OPENSSL_NO_EC_NISTP_64_GCC_128 leftovers.jsing2023-03-042-22/+3
* Rename field_data1 and field_data2.jsing2023-03-042-48/+50
* bio_chain test: fix error messagetb2023-03-041-2/+2
* Avoid infinite loop in bio_asn1 state machinetb2023-03-041-2/+2
* openssl/req: garbage collect a pointless EVP_MD_CTX_init()tb2023-03-041-2/+2
* Simplify the ct Makefile slightlytb2023-03-021-7/+3
* Clean up the x509 regress make file a littletb2023-03-021-27/+10
* Remove a few more unnecessary line continuationstb2023-03-021-4/+4
* Nitpick error checks of BN_get_mem_data()tb2023-03-021-15/+27
* Some more Makefile cosmeticstb2023-03-021-10/+15
* The evp_ecx_test no longer needs static linkingtb2023-03-021-3/+1
* Hide the hexdumps behind a verbose flags. Should have been part oftb2023-03-021-26/+45
* Simplify evp test Makefile.tb2023-03-021-18/+5
* evp_pkey_check: make this test silent on successtb2023-03-021-18/+13
* Remove a few unnecessary line continuationstb2023-03-021-7/+7
* Comment out glob for JSON webcrypto tests for nowtb2023-03-011-2/+3
* Link evp/cipher_method_lib.c to the buildtb2023-03-011-1/+2
* Convert EVP_CIPHER_meth_dup() to using calloc()tb2023-03-011-3/+2
* Make cipher_method_lib.c compile with LibreSSLtb2023-03-011-15/+29
* Add EVP_CIPHER_meth_* prototypes to evp.htb2023-03-011-1/+25
* Make the cleanup() method return an int againtb2023-03-014-7/+12
* Fix line wrapping of function pointer argumentstb2023-03-011-15/+8
* First KNF approximation as per knfmt(1)tb2023-03-011-60/+72
* Drop the EVP_CIPHER_METH_get_* functionstb2023-03-011-42/+1
* Add RCS tagtb2023-03-011-0/+1
* Revert OpenSSL commit aa6bb135tb2023-03-011-5/+54
* libcrypto: import a copy of OpenSSL 1.1's cmeth_lib.ctb2023-03-011-0/+151
* Rewrite/simplify BN_from_montgomery_word() and BN_from_montgomery().jsing2023-02-281-92/+85
* Explicitly skip the json_web* tests now.tb2023-02-281-1/+2
* Add a few missing NIDs for new Wycheproof tests.tb2023-02-281-1/+12
* Skip FRP256v1 curve in ECDH tests. We do not support it.tb2023-02-281-1/+6
* There is no reason to-be-cleared chunks cannot participate in delayedotto2023-02-271-27/+23
* Use separate lines instead of semicolons.bcook2023-02-251-4/+10
* Introduce X509_get0_uids() accessor functionjob2023-02-235-6/+44
* openssl speed: avoid bad pluraltb2023-02-231-5/+5
* Use explicit .text instead of .previous to please Windows/MinGW on amd64tb2023-02-2311-12/+12
* Fix up the .rodata segment's name for Windows as well.tb2023-02-231-2/+3
* Adjust parentheses in mont->ri assignment.jsing2023-02-221-2/+2
* Replace bn_sub_part_words() with bn_sub().jsing2023-02-224-370/+19
* Rework bn_add()/bn_sub() to operate on word arrays.jsing2023-02-223-82/+99
* Rewrite and simplify BN_MONT_CTX_set()jsing2023-02-222-98/+76
* perlasm: properly spell .rodata for macOS on inteltb2023-02-211-0/+3
* remove extra argumentbcook2023-02-211-2/+2
* Unifdef MONT_WORD.jsing2023-02-212-75/+5
* Move BN_MONT_CTX back to bn_local.h for now. It's still used by bn_exp.ctb2023-02-192-14/+14
* Rewrite BN_MONT_CTX_set_locked()jsing2023-02-191-23/+27
* First pass clean up of bn_mont.c.jsing2023-02-191-31/+37
* Move BN_MONT_CTX_copy().jsing2023-02-191-19/+19