Age | Commit message (Expand) | Author |
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 |
2015-07-20 | Add setgroups(2) to TAME_PROC, ok deraadt | Nicholas Marriott |
2015-07-20 | add NetLock Kft. CA root certificate, already present in web browsers and | Steven Mestdagh |
2015-07-20 | Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@ | Todd C. Miller |
2015-07-19 | Remove OpenSSL engine RSAX. | Doug Hogan |
2015-07-19 | Allow *_free() functions in libssl to handle NULL input. | Doug Hogan |
2015-07-19 | Drop stupid (int) casts for the arguments of malloc() and friends. This is | Miod Vallat |
2015-07-19 | unifdef -UCBC_HANDLES_TRUNCATED_IO | Miod Vallat |
2015-07-19 | Verify ASN1 objects types before attempting to access them as a particular | Miod Vallat |
2015-07-19 | Make exponents of x and y signed and fix esx and esy | Martynas Venckus |
2015-07-19 | tweak previous; ok doug | Jason McIntyre |
2015-07-19 | sort; ok deraadt | Jason McIntyre |
2015-07-19 | typo; ralf horstmann | Theo de Raadt |
2015-07-19 | word fix; | Jason McIntyre |
2015-07-19 | oops, SYS_ prefix stayed; noted by jmc | Theo de Raadt |
2015-07-19 | no need for -compact; | Jason McIntyre |
2015-07-19 | some basic tweaks; | Jason McIntyre |
2015-07-19 | Convert ssl3_get_certificate_request to CBS. | Doug Hogan |
2015-07-19 | Fix symbol collision with libtls. | Doug Hogan |
2015-07-19 | Handle malloc(0) returning NULL (which can happen on some other | Nicholas Marriott |
2015-07-19 | Trailing spaces and missing .Pp. | Nicholas Marriott |
2015-07-19 | succesfull -> succesful, from Ross L Richardson | Nicholas Marriott |
2015-07-19 | adding a syscall requires a minor bump; ok guenther@ | Ingo Schwarze |
2015-07-19 | Add TLS_method, TLS_client_method and TLS_server_method. | Doug Hogan |
2015-07-19 | Crank major and remove legacy variables. | Doug Hogan |
2015-07-19 | Crank the major of libtls: the behaviour of tls_write() has been | Reyk Floeter |
2015-07-19 | Add documentation on how to use TLS_{READ,WRITE}_AGAIN. | Doug Hogan |
2015-07-19 | Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init() | Miod Vallat |
2015-07-19 | Put explicit braces around assignment used in a conditional. | Miod Vallat |
2015-07-19 | manual page for tame(2). not very good, so i will be hearing from jmc | Theo de Raadt |
2015-07-19 | Remove the logic responsible for outputting most AES-NI instructions as | Miod Vallat |
2015-07-19 | Replace `.byte 0x48,0x83,0xEC,0x08' with `sub \$8,%rsp' which is exactly the | Miod Vallat |
2015-07-19 | Simplify X509_STORE_CTX_init and make it safe with stack variables. | Doug Hogan |
2015-07-19 | Remove case that can never happen. | Doug Hogan |
2015-07-19 | Fix Coverity 72742 - ret is overwritten immediately after this. | Bob Beck |
2015-07-19 | Assign p to CBS_data since it is used later. | Doug Hogan |
2015-07-19 | abort when ENGINE_remove fails, fix Coverity 21656 | Brent Cook |
2015-07-18 | Convert dtls1_get_message_header to CBS and change to int. | Doug Hogan |