Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove PEM wrappers for NETSCAPE_CERT_SEQUENCE | tb | 2023-04-25 | 1 | -5/+1 |
| | |||||
* | Mark NETSCAPE_CERT_SEQUENCE for removal | tb | 2023-04-24 | 1 | -1/+3 |
| | | | | discussed with beck and jsing | ||||
* | Remove mkerr.pl remnants from LibreSSL | kn | 2022-07-12 | 1 | -5/+1 |
| | | | | | | | This script is not used at all and files are edited by hand instead. Thus remove misleading comments incl. the obsolete script/config. Feedback OK jsing tb | ||||
* | Remove PEM_Seal{Init,Update,Final} | tb | 2022-01-14 | 1 | -17/+1 |
| | | | | | | This unused, bug-ridden API was removed in OpenSSL commit 0674427f. ok inoguchi jsing | ||||
* | Unifdef LIBRESSL_OPAQUE_* and LIBRESSL_NEXT_API | tb | 2022-01-14 | 1 | -3/+1 |
| | | | | | This marks the start of major surgery in libcrypto. Do not attempt to build the tree for a while (~50 commits). | ||||
* | Prepare to provide PEM_write_bio_PrivateKey_traditional() | tb | 2021-12-24 | 1 | -1/+6 |
| | | | | | | | This will be needed in openssl-ruby after the bump. Part of OpenSSL commit 05dba815. ok inoguchi jsing | ||||
* | Remove the unused X509_CERT_PAIR struct and the assicated API. | tb | 2021-10-31 | 1 | -4/+1 |
| | | | | ok beck jsing | ||||
* | Change PEM_Sign{Init,Update}() to return an int. | tb | 2018-08-24 | 1 | -3/+3 |
| | | | | | tested in a bulk by sthen ok jsing | ||||
* | Add const qualifier to the 'name', 'header', and 'data' arguments of | tb | 2018-05-13 | 1 | -5/+5 |
| | | | | | | | PEM_write(3) and PEM_write_bio(3). tested in a bulk build by sthen ok jsing | ||||
* | Place IMPLEMENT_PEM macros under #ifndef LIBRESSL_INTERNAL. | jsing | 2016-09-04 | 1 | -2/+4 |
| | |||||
* | tags as requested by miod and tedu | deraadt | 2014-06-12 | 1 | -1/+1 |
| | |||||
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 1 | -18/+0 |
| | | | | ok to firebomb from tedu@ | ||||
* | We don't really to keep history in constructs such as: | miod | 2014-05-26 | 1 | -6/+0 |
| | | | | | | | | #if 1 /* new with openssl 0.9.4 */ current code; #else obsolete code; #endif | ||||
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+2 |
| | | | | | | | including it they get <openssl/opensslconf.h>. So instead of pulling in <openssl/e_os2.h>, just pull in <openssl/opensslconf.h>. "go ahead" miod@ | ||||
* | KNF. | jsing | 2014-04-21 | 1 | -78/+78 |
| | |||||
* | Cope with the removal of openssl/symhacks.h | deraadt | 2014-04-13 | 1 | -2/+0 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -198/+57 |
| | |||||
* | resolve conflicts | djm | 2009-04-06 | 1 | -0/+4 |
| | |||||
* | resolve conflicts | djm | 2009-01-09 | 1 | -0/+1 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -34/+139 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -3/+5 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -15/+18 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -9/+13 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -0/+38 |
| | | | | | | *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 | -244/+307 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+562 |
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. |