Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide symbols in lhash, pem, and rc2 | beck | 2023-07-07 | 1 | -1/+4 |
| | | | | ok jsing@ | ||||
* | Change PEM_Sign{Init,Update}() to return an int. | tb | 2018-08-24 | 1 | -5/+5 |
| | | | | | tested in a bulk by sthen ok jsing | ||||
* | Send the function codes from the error functions to the bit bucket, | beck | 2017-01-29 | 1 | -2/+2 |
| | | | | | | as was done earlier in libssl. Thanks inoguchi@ for noticing libssl had more reacharounds into this. ok jsing@ inoguchi@ | ||||
* | None of these need to include <openssl/rand.h> | jsing | 2014-10-18 | 1 | -2/+1 |
| | |||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -4/+5 |
| | | | | | | | | 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 |
| | |||||
* | malloc() result does not need a cast. | deraadt | 2014-06-07 | 1 | -1/+1 |
| | | | | ok miod | ||||
* | more: no need for null check before free | deraadt | 2014-05-30 | 1 | -2/+1 |
| | | | | ok tedu guenther | ||||
* | More KNF. | jsing | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | KNF. | jsing | 2014-04-21 | 1 | -31/+35 |
| | |||||
* | Change library to use intrinsic memory allocation functions instead of | beck | 2014-04-17 | 1 | -2/+2 |
| | | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free | ||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -1/+1 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -2/+2 |
| | |||||
* | OpenSSL 0.9.4 merge | beck | 1999-09-29 | 1 | -17/+10 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+109 |
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. |