Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the now internal X.509-related structs into x509_lcl.h. | tb | 2021-11-01 | 1 | -1/+3 |
| | | | | | | | | Garbage collect the now unused LIBRESSL_CRYPTO_INTERNAL and LIBRESSL_OPAQUE_X509. Include "x509_lcl.h" where needed and fix a couple of unnecessary reacharounds. ok jsing | ||||
* | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | tb | 2021-11-01 | 1 | -3/+1 |
| | | | | | | no longer needed. ok jsing | ||||
* | Prepare to provide X509_get_X509_PUBKEY() as a function. | tb | 2021-10-21 | 1 | -1/+9 |
| | | | | ok jsing | ||||
* | Turn a number of #defines into proper functions with prototypes matching | tb | 2018-08-24 | 1 | -1/+13 |
| | | | | | | those that OpenSSL has had for ages. ok jsing | ||||
* | Provide X509_get0_tbs_sigalg(). | jsing | 2018-02-22 | 1 | -1/+7 |
| | |||||
* | Provide X509_set1_notBefore() and X509_set1_notAfter(). | jsing | 2018-02-22 | 1 | -1/+13 |
| | |||||
* | Provide X509_get0_extensions() and X509_get0_signature() | jsing | 2018-02-17 | 1 | -1/+7 |
| | |||||
* | Provide X509_get{0,m}_not{Before,After}(). | jsing | 2018-02-14 | 1 | -4/+32 |
| | |||||
* | s/M_ASN1_TIME_free/ASN1_TIME_free/ | jsing | 2015-09-30 | 1 | -3/+3 |
| | |||||
* | Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is | jsing | 2015-09-30 | 1 | -4/+4 |
| | | | | | | | different from the macro expansion, but the result is the same. Also replace some ASN1_STRING_dup() with ASN1_INTEGER_dup(). ok beck@ doug@ | ||||
* | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | jsing | 2015-07-29 | 1 | -4/+4 |
| | | | | | | assembly. ok bcook@ | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -3/+3 |
| | | | | | | | | Remove the openssl public includes from cryptlib.h and add a small number of includes into the source files that actually need them. While here, also sort/group/tidy the includes. ok beck@ miod@ | ||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | KNF. | jsing | 2014-04-20 | 1 | -38/+52 |
| | |||||
* | blunt force knf | tedu | 2014-04-18 | 1 | -35/+25 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -2/+2 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -8/+8 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -7/+7 |
| | | | | | | *warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs | ||||
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -25/+11 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+164 |
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible. |