| Commit message (Expand) | Author | Age | Files | Lines |
* | Drop two useless READMEs | tb | 2023-04-17 | 2 | -18/+0 |
* | 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 |
* | Provide EVP methods for SHA512/224 and SHA512/256. | jsing | 2023-04-16 | 4 | -4/+91 |
* | Bounds check mdlen that is passed to sha3_init(). | jsing | 2023-04-16 | 1 | -2/+5 |
* | Shuffle ext_cmp() and ext_list_free() up a bit | tb | 2023-04-16 | 1 | -18/+14 |
* | Remove unnecessary prototypes in the middle of the code | tb | 2023-04-16 | 1 | -5/+1 |
* | Use more usual version of inlined nitems(). No binary change. | tb | 2023-04-16 | 1 | -2/+2 |
* | Fix comment formatting and grammar, drop usless and outdated comment | tb | 2023-04-16 | 1 | -7/+3 |
* | Remove now empty/unused ext_dat.h | tb | 2023-04-16 | 1 | -67/+0 |
* | Merge ext_dat.h back into x509_lib.c | tb | 2023-04-16 | 2 | -78/+78 |
* | Mark X9.31 BN API for removal | tb | 2023-04-16 | 1 | -1/+4 |
* | The BN reciprocal API will also become internal-only | tb | 2023-04-16 | 1 | -1/+7 |
* | Various BN*init() will be removed from the public API | tb | 2023-04-16 | 1 | -1/+10 |
* | Mark public bn_nist and ec_nist API for removal | tb | 2023-04-16 | 2 | -2/+6 |
* | Mark EC_KEY_{get,insert}_method_data() for removal | tb | 2023-04-16 | 1 | -1/+5 |
* | Mark TS_VERIFY_CTX_init() for removal | tb | 2023-04-16 | 1 | -1/+3 |
* | Prepare addition of X509_STORE_CTX_get1_{certs,crls}(3) | tb | 2023-04-16 | 2 | -2/+27 |
* | Mark remaining policy tree public API for removal | tb | 2023-04-16 | 2 | -3/+19 |
* | Annotate policy tree STACK_OF() goo for removal from public API | tb | 2023-04-16 | 1 | -1/+4 |
* | The policy tree types become internal ony. Annotate them. | tb | 2023-04-16 | 1 | -1/+7 |
* | Cipher text stealing will go away. Mark it for removal. | tb | 2023-04-16 | 1 | -1/+3 |
* | Mark proxy policy API for removal in upcoming bump | tb | 2023-04-16 | 1 | -1/+5 |
* | Remove the now unused ex_pcpathlen from the X509 struct | tb | 2023-04-16 | 1 | -2/+1 |
* | More ProxyCertInfo tentacles go to the attic | tb | 2023-04-16 | 2 | -65/+6 |
* | Remove some dead code from the new verifier | tb | 2023-04-16 | 1 | -7/+1 |
* | Drop support for the ProxyCertInfo extension | tb | 2023-04-16 | 1 | -3/+2 |
* | Make pcy_int.h pull in x509_local.h it will need it soon | tb | 2023-04-16 | 1 | -1/+4 |
* | Use size_t rather than int. | jsing | 2023-04-15 | 2 | -13/+13 |
* | Add SHA3 digest length define that was previously missed. | jsing | 2023-04-15 | 1 | -1/+2 |
* | Remove sha3() function, which will not be used or exposed. | jsing | 2023-04-15 | 2 | -16/+2 |
* | Mark sha3_keccakf() as static and remove prototype from header. | jsing | 2023-04-15 | 2 | -5/+3 |
* | Use memset() to zero the context, instead of zeroing manually. | jsing | 2023-04-15 | 1 | -5/+3 |