summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-08-20Avoid left-shifting a negative integer, which is undefined. ReplaceChristian Weisgerber
2015-08-20bump to 2.3.0 for the next LibreSSL release cycleBrent Cook
2015-08-19Properly handle missing TLS extensions in client hello as a non-failure.Brent Cook
2015-08-18typosMiod Vallat
2015-08-17Do not include os-note-elf.h here, otherwise we end up with duplicate OS notesMark Kettenis
2015-08-16Fix test against INADDR_LOOPBACKJeremie Courreges-Anglas
2015-08-14Load LC_MESSAGES locale only if the character encoding is UTF-8.Stefan Sperling
2015-08-14Disable support for loading LC_CTYPE locales other than UTF-8.Stefan Sperling
2015-08-13Zap a few stray blanks.Kenneth R Westerback
2015-08-12fix a case where ceill() returns 1.0L: in the x86 extended precision formatChristian Weisgerber
2015-08-12Mention LC_MESSAGES.Vadim Zhukov
2015-08-02spelling; ok deraadtJason McIntyre
2015-08-01Fix a potential out-of-bounds read found via address-sanitizer whileTodd C. Miller
2015-08-01Use "Ev" macro for AUCAT_COOKIE environment variable. From MichaelAlexandre Ratchov
2015-07-31Fix SRTP parsing.Doug Hogan
2015-07-29Add linker warnings in case SSLv3_{,client,server}_method are referenced.Miod Vallat
2015-07-29Use named initialisers for X509V3_EXT_METHOD structs (for the usualJoel Sing
2015-07-29Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generatedJoel Sing
2015-07-29Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9)Joel Sing
2015-07-28ARG_MAX is the standard name (not NCARGS); probab[l]y guentherTheo de Raadt
2015-07-28Use new AUDIO_GETPOS ioctl instead of AUDIO_GETxOFFS andAlexandre Ratchov
2015-07-28describe CPATH before TMPPATHTheo de Raadt
2015-07-28unsort: requested by deraadtJason McIntyre
2015-07-27some readability fixes;Jason McIntyre
2015-07-27Less asn1_mac.h - asn1_lib.c does not need it and x_pkey.c should beJoel Sing
2015-07-27Add a description about radius_get_eap_msk().YASUOKA Masahiko
2015-07-27Rename radius.3 to radius_new_request_packet.3 to be named after aYASUOKA Masahiko
2015-07-25double words fix; docs are slowly getting moved to mdoc, but thisIgor Sobrado
2015-07-25Place the ASN.1 template macros (and remaining implement macros) underJoel Sing
2015-07-25double word fix.Igor Sobrado
2015-07-25Manually expand ASN.1 template macros - only change in generated assemblyJoel Sing
2015-07-25Expand another ASN.1 template macro that snuck through last time around.Joel Sing
2015-07-25Expand ASN.1 template macros that got missed in the last pass - only changeJoel Sing
2015-07-25Expand ASN.1 template macros - the generated assembly only differs byJoel Sing
2015-07-25Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-25Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-25Expand another wall of ASN.1 template macros - no change to generatedJoel Sing
2015-07-25Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-25Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-25Expand ASN.1 template macros - the generated assembly only differs byJoel Sing
2015-07-24Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-24Expand ASN.1 template macros - no change in generated assembly.Joel Sing
2015-07-24Expand ASN.1 template macros - the generated assembly only differs byJoel Sing
2015-07-24an TLS -> a TLS; from thanos tsouanasJason McIntyre
2015-07-24Expand ASN1_ITEM_TEMPLATE/ASN1_EX_TEMPLATE_TYPE/ASN1_ITEM_TEMPLATE_ENDJoel Sing
2015-07-24Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differsJoel Sing
2015-07-24Fix arithmetic mistake causing errors when there are more xruns on theAlexandre Ratchov
2015-07-24Convert tls1_process_ticket to CBS.Doug Hogan
2015-07-24Convert tls1_process_sigalgs to CBS.Doug Hogan
2015-07-24Convert ssl3_get_record to CBS.Doug Hogan