Age | Commit message (Expand) | Author |
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 |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2015-07-18 | Convert dtls1_get_message_header to CBS and change to int. | Doug Hogan |
2015-07-18 | rand_err doesn't exist anymore, coverity 78808 | Bob Beck |
2015-07-18 | Coverity 21651 | Bob Beck |
2015-07-18 | Convert dtls1_get_record to CBS. | Doug Hogan |
2015-07-18 | Remove repeated code in dtls1_get_record. | Doug Hogan |
2015-07-18 | Set SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER | Alexander Bluhm |
2015-07-18 | Dead code, Coverity 78798 | Bob Beck |
2015-07-18 | Coverity ID 78910 - Yet another stupid API designed to not show failures. do the | Bob Beck |
2015-07-18 | Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround. | Doug Hogan |
2015-07-18 | Check the return value of ASN1_STRING_set(), for it may fail to allocate | Miod Vallat |
2015-07-18 | tweak previous; | Jason McIntyre |
2015-07-18 | Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay. | Doug Hogan |
2015-07-18 | Unbreak, add errno header | Jeremy Evans |
2015-07-18 | set errno in null cases, just in case. | Ted Unangst |
2015-07-18 | standards compliant error return (null). will make ruby happier, at least. | Ted Unangst |
2015-07-18 | On systems with a full routing table (550k+), we often want to be able to | Peter Hessler |
2015-07-18 | Fix leak found by coverity, issue 78897 - which also brough to | Bob Beck |
2015-07-17 | delete doubled words; | Ingo Schwarze |
2015-07-17 | extenstion -> extension | Miod Vallat |
2015-07-17 | Convert ssl_parse_serverhello_use_srtp_ext to CBS. | Doug Hogan |