summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/objects.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare to provide OBJ_length() and OBJ_get0_data()tb2022-01-081-1/+6
| | | | | | | | OBJ_length() turns the int obj->length into a size_t, so add an overflow check. While obj->length should never be negative, who knows... ok jsing
* tiny whitespace tweaktb2022-01-081-2/+2
|
* Place {DECLARE,IMPLEMENT}_OBJ_BSEARCH{_GLOBAL,}_CMP_FN macros undefjsing2017-01-211-1/+5
| | | | LIBRESSL_INTERNAL.
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* KNF.jsing2014-04-191-28/+26
|
* resolve conflicts, fix local changesdjm2010-10-011-4/+93
|
* resolve conflictsdjm2008-09-061-1/+6
|
* resolve conflictsdjm2005-04-291-0/+2
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-30/+34
|
* openssl-engine-0.9.6 mergebeck2000-12-151-6/+12
|
* OpenSSL 0.9.5a mergebeck2000-04-151-1/+1
|
* OpenSSL 0.9.5 mergebeck2000-03-191-5/+69
| | | | | | *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-36/+280
|
* Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker1998-10-051-0/+724
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.