Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libressl *_namespace.h: adjust *_ALIAS() to require a semicolon | tb | 2023-02-16 | 1 | -2/+2 |
| | | | | | | | | | | LCRYPTO_ALIAS() and LSSL_ALIAS() contained a trailing semicolon. This does not conform to style(9), breaks editors and ctags and (most importantly) my workflow. Fix this by neutering them with asm("") so that -Wpedantic doesn't complain. There's precedent in libc's namespace.h fix suggested by & ok jsing | ||||
* | Remove a few doubled spaces and wrap an overlong line | tb | 2022-11-29 | 1 | -8/+9 |
| | |||||
* | Sort a few outliers by increasing error number to match x509_vfy.h | tb | 2022-11-29 | 1 | -13/+13 |
| | |||||
* | Fix includes | tb | 2022-11-29 | 1 | -11/+2 |
| | | | | | No need for errno, stdio, time, asn1, buffer, evp, lhash, objects, x509 for a switch containing string constants. We do need x509_vfy instead. | ||||
* | Add missing X509_V_ERR_UNSPECIFIED case | tb | 2022-11-29 | 1 | -1/+3 |
| | |||||
* | Fix some KNF issues | tb | 2022-11-29 | 1 | -65/+64 |
| | | | | Requested by claudio | ||||
* | Make X509_verify_cert_error_string() thread safe | tb | 2022-11-29 | 1 | -5/+2 |
| | | | | | | | Stop returning a pointer to a static buffer containing the error code on unknown error. While this might be helpful, it's not going to end well. ok beck claudio jsing | ||||
* | Hide public symbols in libcrypto/x509 .c files | beck | 2022-11-14 | 1 | -1/+2 |
| | | | | ok tb@ | ||||
* | Add missing X509_V_ERR_ strings using the ones from OpenSSL. | tb | 2022-07-05 | 1 | -1/+17 |
| | | | | | | | The well-known masters of consistency of course use strings that don't match the names of the errors. ok jsing | ||||
* | Only import cryptlib.h in the four source files that actually need it. | jsing | 2014-07-11 | 1 | -6/+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 |
| | |||||
* | Restore beck's (void)snprintf(): they were reviewed. | guenther | 2014-04-20 | 1 | -2/+2 |
| | |||||
* | KNF. | jsing | 2014-04-20 | 1 | -16/+14 |
| | |||||
* | We'll interpret a (void) cast on snprintf() to mean it's been verified that | guenther | 2014-04-19 | 1 | -1/+1 |
| | | | | | | truncation is either desirable, not an issue, or is detected and handled later ok deraadt@ | ||||
* | blunt force knf | tedu | 2014-04-18 | 1 | -4/+3 |
| | |||||
* | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | beck | 2014-04-15 | 1 | -1/+1 |
| | | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@ | ||||
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1 | -2/+22 |
| | |||||
* | resolve conflicts | djm | 2008-09-06 | 1 | -1/+9 |
| | |||||
* | resolve conflicts | djm | 2005-04-29 | 1 | -5/+8 |
| | |||||
* | update missing pieces from 0.9.7d; ok henning | markus | 2004-04-25 | 1 | -1/+7 |
| | | | | crank minor for API extensions | ||||
* | backout for now | markus | 2004-04-08 | 1 | -7/+1 |
| | |||||
* | merge 0.9.7d | markus | 2004-04-08 | 1 | -1/+7 |
| | |||||
* | Trivial sprintf() -> snprintf() changes. ok deraadt@ | ho | 2003-04-05 | 1 | -1/+1 |
| | |||||
* | OpenSSL 0.9.7 stable 2002 05 08 merge | beck | 2002-05-15 | 1 | -2/+8 |
| | |||||
* | openssl-engine-0.9.6 merge | beck | 2000-12-15 | 1 | -0/+9 |
| | |||||
* | OpenSSL 0.9.5 merge | beck | 2000-03-19 | 1 | -1/+10 |
| | | | | | | *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 | -9/+9 |
| | |||||
* | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker | 1998-10-05 | 1 | -0/+132 |
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. |