Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unwanted trailing newlines from err/warn format strings. | anton | 2024-08-23 | 1 | -2/+2 |
| | |||||
* | Make internal header file names consistent | tb | 2022-11-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | Use relative paths so beck can run regress in his git tree and have | tb | 2022-06-29 | 1 | -2/+3 |
| | | | | the correct ssl_local.h etc be picked up. | ||||
* | fix printing of client app secret | beck | 2019-11-18 | 1 | -2/+2 |
| | |||||
* | Add regress for the updating of sever and client application secrets | beck | 2019-11-18 | 1 | -2/+47 |
| | |||||
* | Proper prototype for main(). Make sparc64 happier. | claudio | 2019-05-09 | 1 | -2/+4 |
| | |||||
* | Just err if we can't create secrets | beck | 2018-11-13 | 1 | -2/+2 |
| | |||||
* | fix a leak reported by Ben L (bobsayshilol () live ! co ! uk) | tb | 2018-11-10 | 1 | -1/+3 |
| | |||||
* | More regress all the way to exporter_master | beck | 2018-11-10 | 1 | -4/+44 |
| | |||||
* | Fix last of the empty hash nonsense | beck | 2018-11-10 | 1 | -6/+3 |
| | | | | ok jsing@ | ||||
* | Update key schedule regress to match API changes. | jsing | 2018-11-09 | 1 | -21/+12 |
| | |||||
* | Add initial TLS 1.3 key schedule support with basic regress tests | beck | 2018-11-07 | 2 | -0/+249 |
ok jsing@ tb@ |