Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove __bio_h__attr__ wrapper around __attribute__, since earlier statements | miod | 2014-06-01 | 1 | -10/+4 |
| | | | | | | in this file directly use __attribute__. ok deraadt@ | ||||
* | remove CONST_STRICT. ok beck deraadt | tedu | 2014-05-30 | 1 | -7/+0 |
| | |||||
* | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | beck | 2014-05-29 | 1 | -6/+0 |
| | | | | ok to firebomb from tedu@ | ||||
* | Almost nothing actually needs to include <openssl/e_os2.h>, however by | jsing | 2014-05-24 | 1 | -1/+1 |
| | | | | | | | 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@ | ||||
* | mark BIO_snprintf as deprecated, so warnings will be generated for it's | beck | 2014-05-22 | 1 | -2/+2 |
| | | | | use. ok miod@ tedu@ | ||||
* | tag some functions with bounded. idea and ok djm | tedu | 2014-04-17 | 1 | -3/+6 |
| | |||||
* | - Why do we hide from the OpenSSL police, dad? | miod | 2014-04-16 | 1 | -5/+0 |
| | | | | | | | | - Because they're not like us, son. They use macros to wrap stdio routines, for an undocumented (OPENSSL_USE_APPLINK) use case, which only serves to obfuscate the code. ok tedu@ | ||||
* | > As I walk through the valley of the shadow of death | tedu | 2014-04-16 | 1 | -9/+0 |
| | | | | | | | | | > I take a look at my life and realize there's nothin' left > Cause I've been blasting and laughing so long, > That even my mama thinks that my mind is gone Remove even more unspeakable evil being perpetuated in the name of VMS. (and lesser evils done in the name of others.) ok miod | ||||
* | First pass at applying KNF to the OpenSSL code, which almost makes it | jsing | 2014-04-15 | 1 | -78/+87 |
| | | | | | readable. This pass is whitespace only and can readily be verified using tr and md5. | ||||
* | resolve conflicts | djm | 2012-10-13 | 1 | -1/+69 |
| | |||||
* | OpenSSL 1.0.0f: merge | djm | 2012-01-05 | 1 | -0/+9 |
| | |||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -35/+29 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -26/+107 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -0/+1 |
| | |||||
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -3/+4 |
| | |||||
* | merge openssl-0.9.7-beta3, tested on vax by miod@ | markus | 2002-09-10 | 1 | -0/+3 |
| | |||||
* | 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 | -23/+43 |
| | |||||
* | OpenSSL 0.9.5a merge | beck | 2000-04-15 | 1 | -1/+1 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -15/+39 |
| | | | | | | *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 | -194/+149 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+688 |
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. |