Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-20 | Avoid left-shifting a negative integer, which is undefined. Replace | Christian Weisgerber | |
it with the intended value, in a defined way. From FreeBSD (Dimitry Andric). ok miod@ deraadt@ kettenis@ | |||
2015-08-20 | bump to 2.3.0 for the next LibreSSL release cycle | Brent Cook | |
2015-08-19 | Properly handle missing TLS extensions in client hello as a non-failure. | Brent Cook | |
Noticed by @Ligushka from github. ok miod@, doug@ | |||
2015-08-18 | typos | Miod Vallat | |
2015-08-17 | Do not include os-note-elf.h here, otherwise we end up with duplicate OS notes | Mark Kettenis | |
in our binaries. ok miod@ | |||
2015-08-16 | Fix test against INADDR_LOOPBACK | Jeremie Courreges-Anglas | |
ok gilles@ | |||
2015-08-14 | Load LC_MESSAGES locale only if the character encoding is UTF-8. | Stefan Sperling | |
ok mpi tedu phessler zhuk, and discussed with many at c2k15 | |||
2015-08-14 | Disable support for loading LC_CTYPE locales other than UTF-8. | Stefan Sperling | |
ok mpi tedu phessler zhuk, and discussed with many at c2k15 | |||
2015-08-13 | Zap a few stray blanks. | Kenneth R Westerback | |
2015-08-12 | fix a case where ceill() returns 1.0L: in the x86 extended precision format | Christian Weisgerber | |
the fraction part has no implicit bit ok deraadt@ | |||
2015-08-12 | Mention LC_MESSAGES. | Vadim Zhukov | |
Input & okay (pre-lock) from jmc@, sobrado@ and stsp@. | |||
2015-08-02 | spelling; ok deraadt | Jason McIntyre | |
2015-08-01 | Fix a potential out-of-bounds read found via address-sanitizer while | Todd C. Miller | |
fuzzing as reported by Elliott Hughes. OK doug@ stsp@ | |||
2015-08-01 | Use "Ev" macro for AUCAT_COOKIE environment variable. From Michael | Alexandre Ratchov | |
Reed <m.reed at mykolab.com>. Thanks. | |||
2015-07-31 | Fix SRTP parsing. | Doug Hogan | |
jsing@ noticed that during the CBS conversion, an extra CBS_len comparison was introduced. It should be 0 after extracting MKI. ok jsing@ bcook@ deraadt@ | |||
2015-07-29 | Add linker warnings in case SSLv3_{,client,server}_method are referenced. | Miod Vallat | |
Use of this symbols proves the existence of a code path willingly using SSLv3, even with OPENSSL_NO_SSL3 being defined, which hints that it needs fixing. Discussed with the LibreSSL cabal during c2k15; ok deraadt@ | |||
2015-07-29 | Use named initialisers for X509V3_EXT_METHOD structs (for the usual | Joel Sing | |
reasons) - only change in generated assembly is due to line numbering. | |||
2015-07-29 | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | Joel Sing | |
assembly. ok bcook@ | |||
2015-07-29 | Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9) | Joel Sing | |
and drop an unnecessary return from a void function. ok bcook@ doug@ | |||
2015-07-28 | ARG_MAX is the standard name (not NCARGS); probab[l]y guenther | Theo de Raadt | |
2015-07-28 | Use new AUDIO_GETPOS ioctl instead of AUDIO_GETxOFFS and | Alexandre Ratchov | |
AUDIO_xERROR. It returns a snapshot of the counters we need and avoids inconsistencies. | |||
2015-07-28 | describe CPATH before TMPPATH | Theo de Raadt | |
2015-07-28 | unsort: requested by deraadt | Jason McIntyre | |
2015-07-27 | some readability fixes; | Jason McIntyre | |
2015-07-27 | Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should be | Joel Sing | |
using ASN1err() instead of ASN1_MAC_H_err(). ok miod@ | |||
2015-07-27 | Add a description about radius_get_eap_msk(). | YASUOKA Masahiko | |
2015-07-27 | Rename radius.3 to radius_new_request_packet.3 to be named after a | YASUOKA Masahiko | |
function. Also make all functions be listed in the NAME section and have MLINKS in the makefile. suggest jmc ok deraadt | |||
2015-07-25 | double words fix; docs are slowly getting moved to mdoc, but this | Igor Sobrado | |
change will help people translating them. ok jmc@, schwarze@ | |||
2015-07-25 | Place the ASN.1 template macros (and remaining implement macros) under | Joel Sing | |
#ifndef LIBRESSL_INTERNAL - we're not using these anymore! | |||
2015-07-25 | double word fix. | Igor Sobrado | |
ok jmc@, schwarze@ | |||
2015-07-25 | Manually expand ASN.1 template macros - only change in generated assembly | Joel Sing | |
is due to line numbering. | |||
2015-07-25 | Expand another ASN.1 template macro that snuck through last time around. | Joel Sing | |
No change in generated assembly. | |||
2015-07-25 | Expand ASN.1 template macros that got missed in the last pass - only change | Joel Sing | |
to generated assembly is due to line numbers. | |||
2015-07-25 | Expand ASN.1 template macros - the generated assembly only differs by | Joel Sing | |
changes to line numbers. | |||
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing | |
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing | |
2015-07-25 | Expand another wall of ASN.1 template macros - no change to generated | Joel Sing | |
assembly. | |||
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing | |
2015-07-25 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing | |
2015-07-25 | Expand ASN.1 template macros - the generated assembly only differs by | Joel Sing | |
changes to line numbers. | |||
2015-07-24 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing | |
2015-07-24 | Expand ASN.1 template macros - no change in generated assembly. | Joel Sing | |
2015-07-24 | Expand ASN.1 template macros - the generated assembly only differs by | Joel Sing | |
changes to line numbers. | |||
2015-07-24 | an TLS -> a TLS; from thanos tsouanas | Jason McIntyre | |
2015-07-24 | Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_END | Joel Sing | |
macros - the generated assembly only differs by changes to line numbers. | |||
2015-07-24 | Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differs | Joel Sing | |
by changes to line numbers. | |||
2015-07-24 | Fix arithmetic mistake causing errors when there are more xruns on the | Alexandre Ratchov | |
record side than on the play side. This almost never happens are record buffer are much larger than play buffers. | |||
2015-07-24 | Convert tls1_process_ticket to CBS. | Doug Hogan | |
ok miod@ jsing@ | |||
2015-07-24 | Convert tls1_process_sigalgs to CBS. | Doug Hogan | |
ok miod@ jsing@ | |||
2015-07-24 | Convert ssl3_get_record to CBS. | Doug Hogan | |
ok miod@ jsing@ |