Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-25 | GF2m bites the dust. It won't be missed. | Theo Buehler | |
2023-04-25 | ASN1_item_ndef_i2d also goes. discussed with deraadt | Theo Buehler | |
2023-04-25 | Remove commented version of OPENSSL_NO_EC2M | Theo Buehler | |
2023-04-25 | Remove duplicate NID definitions | Theo Buehler | |
2023-04-25 | LIBRESSL_NEXT_API is no longer needed | Theo Buehler | |
2023-04-25 | Remove prototype of EC_GFp_nist_method() | Theo Buehler | |
2023-04-25 | Move EC_KEY_{insert,set}_key_method_data() to internal-only | Theo Buehler | |
2023-04-25 | Move low level BIO_new_NDEF API to internal-only | Theo Buehler | |
2023-04-25 | Remove proxy cert remnants | Theo Buehler | |
2023-04-25 | Remove NETSCAPE_CERT_SEQUENCE | Theo Buehler | |
2023-04-25 | Move the policy STACK_OF stuff to pcy_int.h as well | Theo Buehler | |
2023-04-25 | Remove SXNET | Theo Buehler | |
Unused and no authorative information was found online in 2016 | |||
2023-04-25 | Move truncated sha-2 and sha3 out of #ifdef wrappers | Theo Buehler | |
2023-04-25 | Use X509_STORE_CTX_get1_{certs,crls}() instead of an alias | Theo Buehler | |
2023-04-25 | X509_STORE_get1_{certs,crls} become X509_STORE_CTX_* also in | Theo Buehler | |
Symbols.namespace | |||
2023-04-25 | X509_STORE_get1_{certs,crls} become X509_STORE_CTX_* | Theo Buehler | |
This matches the OpenSSL 1.1 API a bit better. | |||
2023-04-25 | Move the policy tree code to internal-only | Theo Buehler | |
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 | Theo Buehler | |
2023-04-25 | Remove documentation for i2d_PKCS7_NDEF | Theo Buehler | |
2023-04-25 | Remove i2d_PKCS7_NDEF | Theo Buehler | |
2023-04-25 | BN_RECP_CTX moves to internal | Theo Buehler | |
2023-04-25 | Remove CTS mode | Theo Buehler | |
ok jsing | |||
2023-04-25 | Remove TS_VERIFY_CTX_init() | Theo Buehler | |
2023-04-25 | Remove PEM wrappers for NETSCAPE_CERT_SEQUENCE | Theo Buehler | |
2023-04-25 | Remove the horror show that is bn_nist and ecp_nist | Theo Buehler | |
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 | Theo Buehler | |
2023-04-25 | Remove BN_CTX_init() documentation | Theo Buehler | |
2023-04-25 | Remove the no longer used BN_MONT_CTX_init() | Theo Buehler | |
2023-04-25 | Move a few now internal prototypes to bn_local.h | Theo Buehler | |
2023-04-25 | Remove old BN_one/BN_zero compat stuff | Theo Buehler | |
ok jsing | |||
2023-04-25 | Remove X9.31 support | Theo Buehler | |
ok jsing | |||
2023-04-25 | Remove the no longer used BN_CTX_init() | Theo Buehler | |
ok jsing | |||
2023-04-25 | Bump LibreSSL version to 3.8.0 | Theo Buehler | |
2023-04-25 | Document most command constants. | Ingo Schwarze | |
They are part of the public API, may be needed for implementing custom BIO types, and application programmers need to avoid clashing with them. | |||
2023-04-25 | Bump majors after symbol addition and removal | Theo Buehler | |
2023-04-25 | Update Symbols.list after symbol addition and removal | Theo Buehler | |
2023-04-25 | Comment out a few now unused files from Makefile | Theo Buehler | |
2023-04-25 | Use proper fix for the recent x400Address issue | Theo Buehler | |
From David Benjamin (BoringSSL) ok beck | |||
2023-04-25 | Temporarily define LIBRESSL_NEXT_API in opensslfeatures.h | Theo Buehler | |
2023-04-25 | Define OPENSSL_NO_DEPRECATED and OPENSSL_NO_EC2M in opensslfeatures.h | Theo Buehler | |
ok beck jsing | |||
2023-04-25 | Wire up truncated SHA-2, SHA-3 and related things | Theo Buehler | |
from jsing | |||
2023-04-25 | Remove no longer necessary compat #defines | Theo Buehler | |
2023-04-25 | Add NIDs for truncated SHA-2, SHA-3 and related things | Theo Buehler | |
From jsing | |||
2023-04-25 | The #ifdef missed a few NETSCAPE_CERT things | Theo Buehler | |
2023-04-25 | Remove v3_sxnet from the standard extensions | Theo Buehler | |
2023-04-25 | Invalidate the DER cache earlier on in X509 setter functions | Job Snijders | |
Note that it is important to invalidate the cache before returning, as the return might bubble up an error. OK tb@ jsing@ | |||
2023-04-25 | Use X509_set_version() and X509_REQ_set_version() instead doing it by hand | Job Snijders | |
A small side-effect in X509_to_X509_REQ() is that 'x->req_info->enc.modified' now earlier on is set to 1. OK tb@ jsing@ | |||
2023-04-25 | Add endbr64 where needed by inspection. Passes regresson tests. | Theo de Raadt | |
ok jsing, and kind of tb an earlier version | |||
2023-04-24 | Future users of libcrypto will also have to do without strong extranet | Theo Buehler | |
support. discussed with beck and jsing | |||
2023-04-24 | Mark NETSCAPE_CERT_SEQUENCE for removal | Theo Buehler | |
discussed with beck and jsing |