| Commit message (Expand) | Author | Age | Files | Lines |
* | Add documentation for s2i_ASN1_INTEGER and related functions | tb | 2023-04-20 | 1 | -0/+195 |
* | Exercise d2i_IPAddrBlocks() and X509v3_addr_subset() a little bit | tb | 2023-04-20 | 1 | -9/+34 |
* | Fix botched line wrap | tb | 2023-04-19 | 1 | -4/+3 |
* | interop: work around extreme REGRESS_SKIP_SLOW slowness | tb | 2023-04-19 | 3 | -8/+31 |
* | remove duplicate includes | jsg | 2023-04-19 | 2 | -4/+2 |
* | remove duplicate includes | jsg | 2023-04-19 | 1 | -2/+1 |
* | Rename Hex array to hex_digits. | jsing | 2023-04-19 | 1 | -5/+5 |
* | Move the BN_bn2bin()/BN_bin2bn() family to bn_convert.c | jsing | 2023-04-19 | 2 | -182/+183 |
* | Reorder functions. | jsing | 2023-04-19 | 1 | -102/+102 |
* | Move BN_options() from bn_convert.c to bn_lib.c | jsing | 2023-04-19 | 2 | -21/+21 |
* | unifdef BN_RECURSION | jsing | 2023-04-19 | 5 | -594/+5 |
* | Use NULL, not 0 for pointers and use an explicit comparison against NULL. | tb | 2023-04-18 | 1 | -3/+3 |
* | ectest: Remove #if 1 | tb | 2023-04-18 | 1 | -3/+1 |
* | Unifdef OPENSSL_NO_EC_NISTP_64_GCC_128 | tb | 2023-04-18 | 1 | -203/+1 |
* | Remove prototypes under OPENSSL_NO_EC_NISTP_64_GCC_128 | tb | 2023-04-18 | 1 | -18/+1 |
* | Move x509.h inclusion into alphabetical order | tb | 2023-04-18 | 1 | -3/+2 |
* | Bring includes into canonical order | tb | 2023-04-18 | 6 | -37/+35 |
* | Sigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.h | tb | 2023-04-18 | 1 | -3/+1 |
* | Move some includes out of OPENSSL_NO_DEPRECATED | tb | 2023-04-18 | 9 | -27/+9 |
* | ectest: drop a broken #if 0 /* optional */ piece of code | tb | 2023-04-18 | 1 | -20/+5 |
* | ec_point_conversion: drop test for sect571k1 | tb | 2023-04-18 | 1 | -350/+2 |
* | ectest: drop some gross unused macros | tb | 2023-04-18 | 1 | -49/+1 |
* | ectest: unifdef OPENSSL_NO_EC2M | tb | 2023-04-18 | 1 | -418/+1 |
* | Skip binary curves in ec_point_conversion | tb | 2023-04-17 | 1 | -3/+14 |
* | Switch all ec tests to using dynamic linking | tb | 2023-04-17 | 3 | -8/+14 |
* | Simplify Makefile | tb | 2023-04-17 | 1 | -12/+1 |
* | Drop GF2m tests | tb | 2023-04-17 | 1 | -647/+1 |
* | Allow overriding the bc implementation used in run-bc | tb | 2023-04-17 | 1 | -2/+7 |
* | Fix typo | tb | 2023-04-17 | 1 | -2/+2 |
* | Drop two useless READMEs | tb | 2023-04-17 | 2 | -18/+0 |
* | Skip sect* curve checks | tb | 2023-04-17 | 1 | -2/+2 |
* | c_zlib.c needs bio_local.h with -DZLIB. | tb | 2023-04-17 | 1 | -1/+2 |
* | Tweak indent and use named registers. | jsing | 2023-04-17 | 1 | -13/+13 |
* | Hook sha3 up to build. | jsing | 2023-04-17 | 1 | -1/+3 |
* | Move BN_bn2mpi()/BN_mpi2bn() into bn_convert.c | jsing | 2023-04-17 | 3 | -138/+74 |
* | Use C99 initializers for the default_pctx and mark it static const | tb | 2023-04-17 | 1 | -8/+3 |
* | Add missing const qualifiers to the v3_* externs | tb | 2023-04-17 | 1 | -11/+11 |
* | Fix whitespace in DHparam_print_fp() | tb | 2023-04-17 | 1 | -2/+4 |
* | Remove now unused dh_prn.c | tb | 2023-04-17 | 1 | -64/+0 |
* | Drop dh_prn.c | tb | 2023-04-17 | 1 | -2/+1 |
* | Move DHparam_print_fp() next to DHparam_print() | tb | 2023-04-17 | 2 | -17/+18 |
* | remove bad Pp; | jmc | 2023-04-17 | 1 | -3/+2 |
* | Fix previous: add a missing and | tb | 2023-04-16 | 1 | -2/+3 |
* | Dump (leak) info using utrace(2) and compile the code always in | otto | 2023-04-16 | 2 | -148/+199 |
* | Garbage collect the now unused obfuscating macro string_stack_free() | tb | 2023-04-16 | 1 | -4/+1 |
* | Inline the three uses of string_stack_free() | tb | 2023-04-16 | 1 | -4/+4 |
* | Remove the now unused vpm_int.h | tb | 2023-04-16 | 1 | -64/+0 |
* | x509_vfy.c and x509_vpm.c don't need vpm_int.h anymore | tb | 2023-04-16 | 2 | -4/+4 |
* | Move X509_VERIFY_PARAM_st from vpm_int.h to x509_local.h | tb | 2023-04-16 | 2 | -13/+13 |
* | Provide EVP methods for SHA3 224/256/384/512. | jsing | 2023-04-16 | 3 | -2/+193 |