Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge ECDH code that will stay into ecdh.c | tb | 2023-07-05 | 1 | -121/+0 |
| | |||||
* | Add missing RCS marker | tb | 2023-06-25 | 1 | -0/+1 |
| | |||||
* | Stop including ech_local.h | tb | 2023-06-25 | 1 | -1/+2 |
| | |||||
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Libcrypto currently has a mess of *_lcl.h, *_locl.h, and *_local.h names used for internal headers. Move all these headers we inherited from OpenSSL to *_local.h, reserving the name *_internal.h for our own code. Similarly, move dtls_locl.h and ssl_locl.h to dtls_local and ssl_local.h. constant_time_locl.h is moved to constant_time.h since it's special. Adjust all .c files in libcrypto, libssl and regress. The diff is mechanical with the exception of tls13_quic.c, where #include <ssl_locl.h> was fixed manually. discussed with jsing, no objection bcook | ||||
* | Replace OPENSSL_cleanse() with explicit_bzero(). | jsing | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | Include correct header. | jsing | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | style(9) and whitespace. | jsing | 2019-09-05 | 1 | -65/+72 |
| | |||||
* | Restore per-file license/copyright removed in OpenSSL commit 4f22f40507f. | jsing | 2019-09-05 | 1 | -5/+48 |
| | |||||
* | Remove ECDH_KDF_X9_62 wrapper. | jsing | 2019-09-05 | 1 | -12/+0 |
| | |||||
* | Provide ECDH KDF for X9.63 as needed for CMS ECC. | jsing | 2019-09-05 | 1 | -0/+81 |
From OpenSSL 1.1.1b. ok tb@ inoguchi@ |