| Commit message (Expand) | Author | Files | Lines |
2015-08-27 | Make functions that are internal to tls verify static. | jsing | 1 | -7/+8 |
2015-08-27 | Crank major version for libssl and libtls due to SSLv3 removal. | doug | 3 | -3/+3 |
2015-08-27 | Remove SSLv3 support from LibreSSL. | doug | 20 | -178/+36 |
2015-08-27 | Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internal | guenther | 2 | -4/+7 |
2015-08-27 | Move the __rand48_* declarations into rand48.h, and then hide both them | guenther | 7 | -25/+13 |
2015-08-25 | unify versions, so they are easier to diff. | deraadt | 8 | -18/+18 |
2015-08-25 | KNF | deraadt | 2 | -12/+8 |
2015-08-23 | ISO8859-1 support has been removed | guenther | 1 | -8/+1 |
2015-08-22 | Remove all duplicate prototypes for *_main functions (these are already | jsing | 42 | -185/+102 |
2015-08-22 | Unify error message between client and server. | jsing | 1 | -2/+2 |
2015-08-22 | SSL_set_app_data is a macro for SSL_set_ex_data(), which is a wrapper | jsing | 2 | -6/+10 |
2015-08-22 | Store a reference to the libtls context in the SSL client connection app | jsing | 1 | -1/+3 |
2015-08-22 | Make tls_read()/tls_write always set outlen to zero on error - this got | jsing | 1 | -5/+5 |
2015-08-20 | All these files include <stdlib.h>, so do not need to cast | deraadt | 2 | -5/+5 |
2015-08-20 | bump to 2.3.0 for the next LibreSSL release cycle | bcook | 2 | -6/+6 |
2015-08-19 | Properly handle missing TLS extensions in client hello as a non-failure. | bcook | 2 | -2/+6 |
2015-08-19 | bring prototypes into scope, requires movement of a large global object | deraadt | 8 | -202/+208 |
2015-08-18 | typos | miod | 10 | -10/+10 |
2015-08-11 | Improve openssl s_client -starttls xmpp support. | landry | 2 | -7/+28 |
2015-08-02 | spelling; ok deraadt | jmc | 2 | -4/+4 |
2015-08-02 | remove ssl3 bits; ok doug | jmc | 1 | -58/+14 |
2015-07-31 | Don't hardcode /usr/src, use BSDSRCDIR | tobiasu | 1 | -2/+2 |
2015-07-31 | Fix SRTP parsing. | doug | 2 | -6/+4 |
2015-07-29 | Add linker warnings in case SSLv3_{,client,server}_method are referenced. | miod | 5 | -5/+35 |
2015-07-29 | Use named initialisers for X509V3_EXT_METHOD structs (for the usual | jsing | 38 | -456/+1176 |
2015-07-29 | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | jsing | 40 | -108/+108 |
2015-07-29 | Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9) | jsing | 2 | -12/+10 |
2015-07-27 | use file system path (.Pa) semantic markup macros where appropriate. | sobrado | 1 | -7/+7 |
2015-07-27 | Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should be | jsing | 4 | -20/+10 |
2015-07-26 | remove unused variable | chl | 1 | -2/+2 |
2015-07-25 | double words fix; docs are slowly getting moved to mdoc, but this | sobrado | 4 | -4/+4 |
2015-07-25 | Place the ASN.1 template macros (and remaining implement macros) under | jsing | 2 | -6/+12 |
2015-07-25 | double word fix. | sobrado | 1 | -2/+2 |
2015-07-25 | Expand another ASN.1 template macro that snuck through last time around. | jsing | 2 | -4/+16 |
2015-07-25 | Manually expand ASN.1 template macros - only change in generated assembly | jsing | 6 | -32/+80 |
2015-07-25 | Expand ASN.1 template macros that got missed in the last pass - only change | jsing | 6 | -22/+62 |
2015-07-25 | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 26 | -282/+1612 |
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | jsing | 2 | -112/+588 |
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | jsing | 2 | -178/+1090 |
2015-07-25 | Expand another wall of ASN.1 template macros - no change to generated | jsing | 2 | -448/+2714 |
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | jsing | 4 | -272/+1694 |
2015-07-25 | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 2 | -110/+702 |
2015-07-24 | Expand ASN.1 template macros - no change in generated assembly. | jsing | 4 | -54/+342 |
2015-07-24 | Expand ASN.1 template macros - the generated assembly only differs by | jsing | 2 | -102/+682 |
2015-07-24 | an TLS -> a TLS; from thanos tsouanas | jmc | 5 | -14/+14 |
2015-07-24 | Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_END | jsing | 8 | -44/+212 |
2015-07-24 | Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differs | jsing | 4 | -12/+84 |
2015-07-24 | Convert tls1_process_ticket to CBS. | doug | 4 | -62/+76 |
2015-07-24 | Convert tls1_process_sigalgs to CBS. | doug | 2 | -10/+28 |
2015-07-24 | Convert ssl3_get_record to CBS. | doug | 2 | -44/+58 |