| Commit message (Expand) | Author | Age | Files | Lines |
* | Add framework for resolving (pun intended) libc namespace issues, using | guenther | 2015-08-31 | 43 | -49/+233 |
* | Use nanosleep instead of sleep to avoid the extra layer and simplify later | guenther | 2015-08-30 | 1 | -5/+8 |
* | Now that SSLv3 is going away, TLS_* and SSLv23 are equivalent. | doug | 2015-08-29 | 7 | -288/+12 |
* | Delete s3_meth.c since it was only for SSLv3 support. | doug | 2015-08-29 | 1 | -103/+0 |
* | Remove SSLv3 method data structs and unlink s3_meth.c from the build. | doug | 2015-08-29 | 5 | -164/+6 |
* | Kill coverity 128475 | beck | 2015-08-28 | 2 | -4/+4 |
* | Improve libtls error messages. | jsing | 2015-08-27 | 5 | -55/+101 |
* | Split the persistent/configuration flags from temporary state flags and | jsing | 2015-08-27 | 3 | -11/+14 |
* | Change AEAD out_len argument to size_t instead of ssize_t - while here, | jsing | 2015-08-27 | 2 | -20/+16 |
* | Make functions that are internal to tls verify static. | jsing | 2015-08-27 | 1 | -7/+8 |
* | Crank major version for libssl and libtls due to SSLv3 removal. | doug | 2015-08-27 | 3 | -3/+3 |
* | Remove SSLv3 support from LibreSSL. | doug | 2015-08-27 | 20 | -178/+36 |
* | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal | guenther | 2015-08-27 | 2 | -4/+7 |
* | Move the __rand48_* declarations into rand48.h, and then hide both them | guenther | 2015-08-27 | 7 | -25/+13 |
* | unify versions, so they are easier to diff. | deraadt | 2015-08-25 | 8 | -18/+18 |
* | KNF | deraadt | 2015-08-25 | 2 | -12/+8 |
* | Unify error message between client and server. | jsing | 2015-08-22 | 1 | -2/+2 |
* | SSL_set_app_data is a macro for SSL_set_ex_data(), which is a wrapper | jsing | 2015-08-22 | 2 | -6/+10 |
* | Store a reference to the libtls context in the SSL client connection app | jsing | 2015-08-22 | 1 | -1/+3 |
* | Make tls_read()/tls_write always set outlen to zero on error - this got | jsing | 2015-08-22 | 1 | -5/+5 |
* | All these files include <stdlib.h>, so do not need to cast | deraadt | 2015-08-20 | 2 | -5/+5 |
* | bump to 2.3.0 for the next LibreSSL release cycle | bcook | 2015-08-20 | 2 | -6/+6 |
* | Properly handle missing TLS extensions in client hello as a non-failure. | bcook | 2015-08-19 | 2 | -2/+6 |
* | typos | miod | 2015-08-18 | 10 | -10/+10 |
* | spelling; ok deraadt | jmc | 2015-08-02 | 2 | -4/+4 |
* | Fix SRTP parsing. | doug | 2015-07-31 | 2 | -6/+4 |
* | Add linker warnings in case SSLv3_{,client,server}_method are referenced. | miod | 2015-07-29 | 5 | -5/+35 |
* | Use named initialisers for X509V3_EXT_METHOD structs (for the usual | jsing | 2015-07-29 | 38 | -456/+1176 |
* | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | jsing | 2015-07-29 | 40 | -108/+108 |
* | Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9) | jsing | 2015-07-29 | 2 | -12/+10 |
* | Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should be | jsing | 2015-07-27 | 4 | -20/+10 |
* | double words fix; docs are slowly getting moved to mdoc, but this | sobrado | 2015-07-25 | 4 | -4/+4 |
* | Place the ASN.1 template macros (and remaining implement macros) under | jsing | 2015-07-25 | 2 | -6/+12 |
* | double word fix. | sobrado | 2015-07-25 | 1 | -2/+2 |
* | Expand another ASN.1 template macro that snuck through last time around. | jsing | 2015-07-25 | 2 | -4/+16 |
* | Manually expand ASN.1 template macros - only change in generated assembly | jsing | 2015-07-25 | 6 | -32/+80 |
* | Expand ASN.1 template macros that got missed in the last pass - only change | jsing | 2015-07-25 | 6 | -22/+62 |
* | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 2015-07-25 | 26 | -282/+1612 |
* | Expand ASN.1 template macros - no change in generated assembly. | jsing | 2015-07-25 | 2 | -112/+588 |
* | Expand ASN.1 template macros - no change in generated assembly. | jsing | 2015-07-25 | 2 | -178/+1090 |
* | Expand another wall of ASN.1 template macros - no change to generated | jsing | 2015-07-25 | 2 | -448/+2714 |
* | Expand ASN.1 template macros - no change in generated assembly. | jsing | 2015-07-25 | 4 | -272/+1694 |
* | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 2015-07-25 | 2 | -110/+702 |
* | Expand ASN.1 template macros - no change in generated assembly. | jsing | 2015-07-24 | 4 | -54/+342 |
* | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 2015-07-24 | 2 | -102/+682 |
* | an TLS -> a TLS; from thanos tsouanas | jmc | 2015-07-24 | 5 | -14/+14 |
* | Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_END | jsing | 2015-07-24 | 8 | -44/+212 |
* | Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differs | jsing | 2015-07-24 | 4 | -12/+84 |
* | Convert tls1_process_ticket to CBS. | doug | 2015-07-24 | 4 | -62/+76 |
* | Convert tls1_process_sigalgs to CBS. | doug | 2015-07-24 | 2 | -10/+28 |