summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pem/pem.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change PEM_Sign{Init,Update}() to return an int.tb2018-08-241-3/+3
| | | | | tested in a bulk by sthen ok jsing
* Add const qualifier to the 'name', 'header', and 'data' arguments oftb2018-05-131-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.jsing2016-09-041-2/+4
|
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-18/+0
| | | | ok to firebomb from tedu@
* We don't really to keep history in constructs such as:miod2014-05-261-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 byjsing2014-05-241-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.jsing2014-04-211-78/+78
|
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-2/+0
|
* resolve conflicts, fix local changesdjm2010-10-011-198/+57
|
* resolve conflictsdjm2009-04-061-0/+4
|
* resolve conflictsdjm2009-01-091-0/+1
|
* resolve conflictsdjm2008-09-061-34/+139
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-3/+5
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-15/+18
|
* openssl-engine-0.9.6 mergebeck2000-12-151-9/+13
|
* OpenSSL 0.9.5 mergebeck2000-03-191-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 mergebeck1999-09-291-244/+307
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-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.