Age | Commit message (Expand) | Author |
2015-07-29 | Add linker warnings in case SSLv3_{,client,server}_method are referenced. | Miod Vallat |
2015-07-29 | Use named initialisers for X509V3_EXT_METHOD structs (for the usual | Joel Sing |
2015-07-29 | Expand obsolete M_ASN1.*(cmp|dup|print|set) macros - no change in generated | Joel Sing |
2015-07-29 | Expand obsolete M_ASN1_STRING_* macros in asn1_lib.c, apply some style(9) | Joel Sing |
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 |
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 |
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 |
2015-07-25 | double words fix; docs are slowly getting moved to mdoc, but this | Igor Sobrado |
2015-07-25 | Place the ASN.1 template macros (and remaining implement macros) under | Joel Sing |
2015-07-25 | double word fix. | Igor Sobrado |
2015-07-25 | Manually expand ASN.1 template macros - only change in generated assembly | Joel Sing |
2015-07-25 | Expand another ASN.1 template macro that snuck through last time around. | Joel Sing |
2015-07-25 | Expand ASN.1 template macros that got missed in the last pass - only change | Joel Sing |
2015-07-25 | Expand ASN.1 template macros - the generated assembly only differs by | 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 - no change in generated assembly. | Joel Sing |
2015-07-25 | Expand another wall of ASN.1 template macros - no change to generated | 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 - no change in generated assembly. | Joel Sing |
2015-07-25 | Expand ASN.1 template macros - the generated assembly only differs by | 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 - no change in generated assembly. | Joel Sing |
2015-07-24 | Expand ASN.1 template macros - the generated assembly only differs by | Joel Sing |
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 |
2015-07-24 | Expand IMPLEMENT_ASN1_MSTRING macros - the generated assembly only differs | Joel Sing |
2015-07-24 | Fix arithmetic mistake causing errors when there are more xruns on the | Alexandre Ratchov |
2015-07-24 | Convert tls1_process_ticket to CBS. | Doug Hogan |
2015-07-24 | Convert tls1_process_sigalgs to CBS. | Doug Hogan |
2015-07-24 | Convert ssl3_get_record to CBS. | Doug Hogan |
2015-07-23 | call it bcrypt in the man page too | Ted Unangst |
2015-07-23 | permit "bcrypt" as an alias for "blowfish". this is, after all, what | Ted Unangst |
2015-07-23 | Build and install libradius as default. | YASUOKA Masahiko |
2015-07-23 | Sync with kernel TIOCGWINSZ change. | Doug Hogan |
2015-07-21 | basic macro cleanup, mostly converting to .Dv where appropriate | Ingo Schwarze |
2015-07-21 | Remove duplicate check in libssl. | Doug Hogan |
2015-07-20 | Add radius(3) library. This will be used by RADIUS server and client | YASUOKA Masahiko |
2015-07-20 | Correct #if/else logic in BIO's dgram_ctrl. | Doug Hogan |
2015-07-20 | prefer string.h to strings.h ok guenther@ doug@ | Brent Cook |
2015-07-20 | In _TM_SELF, permit uname(3); OK deraadt@. | Ingo Schwarze |
2015-07-20 | Various memory leaks upon error or unchecked allocations. | Miod Vallat |
2015-07-20 | Use V_ASN1_UNDEF instead of -1. | Miod Vallat |
2015-07-20 | Check the return value of asn1_enc_save(). ok bcook@ doug@ | Miod Vallat |
2015-07-20 | When freeing an X509_CRL, if freeing the user-maintained meth_data fails, | Miod Vallat |
2015-07-20 | In X509_PKEY_new(), make sure all allocation failures push an error to the | Miod Vallat |