Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove duplicate defines; ok tb@ | jsg | 2024-10-23 | 1 | -3/+1 |
| | |||||
* | Remove i2d_PKCS7_NDEF | tb | 2023-04-25 | 1 | -4/+1 |
| | |||||
* | Mark the NDEF API for removal | tb | 2023-04-24 | 1 | -1/+3 |
| | | | | Discussed with jsing and beck | ||||
* | 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 | ||||
* | Expand DECLARE_ASN1_{NDEF,PRINT}_FUNCTION macros - no change in | jsing | 2016-12-27 | 1 | -3/+3 |
| | | | | preprocesssor output. | ||||
* | Remove all DECLARE_ASN1_SET_OF macro usage - since 2000 these have been | jsing | 2016-12-27 | 1 | -4/+1 |
| | | | | | nothing but markers for utils/mkstack.pl... and we removed the code that generated more macros from these markers in 2014. | ||||
* | Expand DECLARE_ASN1_ITEM - no change to preprocessor output. | jsing | 2016-12-27 | 1 | -3/+3 |
| | |||||
* | Expand DECLARE_ASN1_.*FUNCTIONS macros. | jsing | 2016-09-04 | 1 | -11/+51 |
| | | | | No change in preprocessed output, ignoring whitespace and line numbers. | ||||
* | KNF. | jsing | 2014-07-02 | 1 | -61/+51 |
| | |||||
* | 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 | -2/+0 |
| | | | | ok to firebomb from tedu@ | ||||
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -2/+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@ | ||||
* | Use of OPENSSL_SYS_xxx defines in public header files considered harmful. | miod | 2014-04-17 | 1 | -6/+0 |
| | |||||
* | Cope with the removal of openssl/symhacks.h | deraadt | 2014-04-13 | 1 | -1/+0 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -12/+47 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -1/+14 |
| | |||||
* | merge 0.9.7c; minor bugsfixes; | markus | 2003-11-11 | 1 | -0/+2 |
| | | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto] | ||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -80/+24 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -18/+25 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -2/+83 |
| | | | | | | *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 | -114/+82 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+449 |
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. |