Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-05-16 | Avoid pulling ssl_locl.h into self-contained code. | jsing | 1 | -2/+1 | |
2021-05-16 | Make local header inclusion consistent. | jsing | 18 | -51/+36 | |
Consistently include local headers in the same location, using the same grouping/sorting across all files. | |||||
2021-05-16 | Move DTLS structs/definitions/prototypes to dtls_locl.h. | jsing | 14 | -214/+282 | |
Now that the DTLS structs are opaque, add a dtls_locl.h header and move internal-only structs from dtls1.h, along with prototypes from ssl_locl.h. Only pull this header in where DTLS code actually exists. ok inoguchi@ tb@ | |||||
2021-05-16 | Add a missing space. | jsing | 1 | -2/+2 | |
2021-05-16 | Fix formatting of multi-line license comment per style(9). | jsing | 4 | -8/+12 | |
2021-05-16 | Avoid pulling ssl_sigalgs.h in via ssl_locl.h. | jsing | 3 | -4/+7 | |
Forward declare struct sigalg in ssl_locl.h and avoid including ssl_sigalgs.h. Explicitly include ssl_sigalgs.h where it is needed. | |||||
2021-05-16 | Remove unnecessary includes from the bytestring APIs. | jsing | 4 | -14/+4 | |
The bytestring APIs are self contained, hence including openssl headers here is unnecessary. | |||||
2021-05-16 | Explicitly include <openssl/opensslconf.h> in files using OPENSSL_NO_* | jsing | 13 | -16/+30 | |
Where a file references to OPENSSL_NO_* conditions, ensure that we explicitly include <openssl/opensslconf.h> before any references, rather than relying on another header to pull this in. | |||||
2021-05-14 | whitespace/KNF | tb | 1 | -4/+4 | |
2021-05-14 | Improve libcrypto obj_xref.h generator | inoguchi | 1 | -0/+4 | |
Modify objxref.pl to output $OpenBSD$ header and __BEGIN_HIDDEN_DECLS / __END_HIDDEN_DECLS . ok and comment from tb@ | |||||
2021-05-13 | Add missing .Pp in HISTORY section. | tb | 2 | -4/+6 | |
2021-05-13 | Add missing .Pp | tb | 1 | -2/+3 | |
2021-05-12 | Merge documentation for SSL_CIPHER_find(3) from OpenSSL 1.1.1. | tb | 1 | -2/+29 | |
2021-05-12 | Install SSL_SESSION_get0_cipher.3 | tb | 1 | -1/+2 | |