| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-04-26 | KNF nit | tb | 1 | -2/+3 | |
| 2023-04-26 | Clean up ec.h a little. | tb | 1 | -186/+31 | |
| The doxygen comments are either obvious or otherwise unhelpful and generally an eye sore. Go read the manpage if the header isn't enough. | |||||
| 2023-04-26 | Parameter names are not needed | job | 1 | -4/+4 | |
| 2023-04-26 | Remove unneeded parentheses | job | 1 | -4/+4 | |
| 2023-04-26 | No need to pass around const pointer cpder2 | job | 1 | -18/+16 | |
| Suggested by tb@ | |||||
| 2023-04-26 | Shrink signature as cpder is only needed as local variable | job | 1 | -14/+15 | |
| Suggested by tb@ | |||||
| 2023-04-26 | Replace macros with functions | job | 1 | -99/+115 | |
| Requested by tb@ | |||||
| 2023-04-26 | Some more EC2M cleanup | tb | 2 | -48/+4 | |
| 2023-04-26 | Garbage collect test using the nseq command | tb | 1 | -7/+1 | |
| reminded by anton | |||||
| 2023-04-26 | Rename dercache regress test to x509_asn1 | job | 2 | -5/+5 | |
| Requested by jsing@ | |||||
| 2023-04-26 | Remove e_old.c again | tb | 3 | -171/+1 | |
| Also remove nonexistent symbols #defined to other symbols that confuse some linkers in -portable. This commit entails no ABI change on OpenBSD. Discussed with jsing | |||||
| 2023-04-25 | Reinstate e_old.c it is still used by -portable | tb | 2 | -1/+161 | |
| 2023-04-25 | Add regress test for invalidation of DER cache in select X509 setter functions | job | 2 | -2/+200 | |
| 2023-04-25 | Remove documentation of BN_BLINDING_{g,s}et_thread_id | tb | 1 | -17/+2 | |
| 2023-04-25 | e_old can also go | tb | 2 | -161/+1 | |
| 2023-04-25 | Remove the deprecated API from BN | tb | 4 | -174/+5 | |
| 2023-04-25 | GF2m bites the dust. It won't be missed. | tb | 12 | -4655/+11 | |
| 2023-04-25 | ASN1_item_ndef_i2d also goes. discussed with deraadt | tb | 1 | -1/+0 | |
| 2023-04-25 | bio_asn1: adjust for more recent churn | tb | 2 | -2/+6 | |
| 2023-04-25 | Remove commented version of OPENSSL_NO_EC2M | tb | 1 | -1/+0 | |
| 2023-04-25 | Remove duplicate NID definitions | tb | 1 | -11/+1 | |
| 2023-04-25 | LIBRESSL_NEXT_API is no longer needed | tb | 1 | -2/+0 | |
| 2023-04-25 | Remove prototype of EC_GFp_nist_method() | tb | 1 | -8/+1 | |
| 2023-04-25 | Move EC_KEY_{insert,set}_key_method_data() to internal-only | tb | 4 | -22/+15 | |
| 2023-04-25 | Move low level BIO_new_NDEF API to internal-only | tb | 6 | -25/+29 | |
| 2023-04-25 | Remove proxy cert remnants | tb | 4 | -492/+2 | |
| 2023-04-25 | Remove NETSCAPE_CERT_SEQUENCE | tb | 4 | -191/+4 | |
| 2023-04-25 | Move the policy STACK_OF stuff to pcy_int.h as well | tb | 2 | -50/+45 | |
| 2023-04-25 | Remove SXNET | tb | 9 | -638/+7 | |
| Unused and no authorative information was found online in 2016 | |||||
| 2023-04-25 | Move truncated sha-2 and sha3 out of #ifdef wrappers | tb | 1 | -5/+1 | |
| 2023-04-25 | Use X509_STORE_CTX_get1_{certs,crls}() instead of an alias | tb | 1 | -3/+3 | |
| 2023-04-25 | X509_STORE_get1_{certs,crls} become X509_STORE_CTX_* also in | tb | 1 | -2/+2 | |
| Symbols.namespace | |||||
| 2023-04-25 | X509_STORE_get1_{certs,crls} become X509_STORE_CTX_* | tb | 3 | -28/+5 | |
| This matches the OpenSSL 1.1 API a bit better. | |||||
| 2023-04-25 | Move the policy tree code to internal-only | tb | 8 | -86/+42 | |
| A few hooks remain in the legacy validator, which will soon be replaced with something better. The rest of the tentacles are now largely contained. | |||||
| 2023-04-25 | Remove i2d_PKCS7_NDEF from the hidden version as well | tb | 1 | -2/+1 | |
| 2023-04-25 | Remove documentation for i2d_PKCS7_NDEF | tb | 1 | -15/+2 | |
| 2023-04-25 | Remove i2d_PKCS7_NDEF | tb | 3 | -13/+2 | |
| 2023-04-25 | BN_RECP_CTX moves to internal | tb | 2 | -5/+4 | |
| 2023-04-25 | Remove CTS mode | tb | 3 | -298/+2 | |
| ok jsing | |||||
| 2023-04-25 | Remove TS_VERIFY_CTX_init() | tb | 2 | -11/+2 | |
| 2023-04-25 | Remove PEM wrappers for NETSCAPE_CERT_SEQUENCE | tb | 2 | -36/+2 | |
| 2023-04-25 | Remove the horror show that is bn_nist and ecp_nist | tb | 4 | -1529/+2 | |
| This code is full of problematic C and is also otherwise of questionable quality. It is far from constant time and jsing informs me it also isn't faster. Good riddance. | |||||
| 2023-04-25 | Remove BN_init() documentation | tb | 1 | -40/+2 | |
| 2023-04-25 | Remove BN_CTX_init() documentation | tb | 1 | -23/+3 | |
| 2023-04-25 | Remove the no longer used BN_MONT_CTX_init() | tb | 2 | -15/+2 | |
| 2023-04-25 | Remove a couple of temporary hacks | tb | 2 | -17/+2 | |
| 2023-04-25 | Move a few now internal prototypes to bn_local.h | tb | 2 | -24/+17 | |
| 2023-04-25 | Remove old BN_one/BN_zero compat stuff | tb | 1 | -13/+1 | |
| ok jsing | |||||
| 2023-04-25 | Remove X9.31 support | tb | 7 | -493/+6 | |
| ok jsing | |||||
| 2023-04-25 | Remove the no longer used BN_CTX_init() | tb | 2 | -14/+2 | |
| ok jsing | |||||
