Age | Commit message (Expand) | Author |
2014-06-07 | /* on some platforms time_t may be a float */ | Theo de Raadt |
2014-06-07 | http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec... | Theo de Raadt |
2014-06-07 | Add missing NULL check after calling EVP_PKEY_new_mac_key(). | Joel Sing |
2014-06-07 | Use !is_read to imply SSL3_CC_WRITE. | Joel Sing |
2014-06-07 | Move the export label initialisation into the export handling code, since | Joel Sing |
2014-06-07 | Remove pointless casts - no binary change. | Joel Sing |
2014-06-07 | Rename variables to make it clear that these are only used in the export | Joel Sing |
2014-06-07 | remove last few uses of __P | Theo de Raadt |
2014-06-07 | Further clean up of context handling in tls1_change_cipher_state(). | Joel Sing |
2014-06-07 | Remove various test stubs. The good ones have been moved by jsing | Theo de Raadt |
2014-06-07 | evptests.txt lives in regress/lib/libcrypto/evp | Joel Sing |
2014-06-07 | malloc() result does not need a cast. | Theo de Raadt |
2014-06-07 | Remove another NULL check before a BIO_free(). | Joel Sing |
2014-06-07 | ssl3_free_digest_list() has its own NULL check. | Joel Sing |
2014-06-07 | BIO_free has an implicit NULL check, so do not bother checking for NULL | Joel Sing |
2014-06-07 | ssl3_release_{read,write}_buffer() handle being called with NULL buffers, | Joel Sing |
2014-06-07 | The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all have | Joel Sing |
2014-06-07 | More KNF. | Joel Sing |
2014-06-07 | More KNF. | Joel Sing |
2014-06-07 | In run(4), fix TXWI and RXWI offset calculations for RT5592 devices. | Stefan Sperling |
2014-06-07 | Modify to ANSI-style function declarations. No binary change. | Kenji Aoyama |
2014-06-07 | Document bwi(4) interrupt error flags by using named constants | Stefan Sperling |
2014-06-07 | g/c unused IFT_L2VLAN, ok reyk bluhm | Henning Brauer |
2014-06-07 | Clint Pachl points out "authtable" is optional; | Jason McIntyre |
2014-06-07 | Add basic regression test for modf() issue. | Tobias Ulmer |
2014-06-07 | Fix modf() on sparc | Tobias Ulmer |
2014-06-06 | Allocate the struct itty array in ttystats_init() with M_ZERO. | Matthew Dempsky |
2014-06-06 | s/assember/assembler/ before someone gets offended. At the last | Theo de Raadt |
2014-06-06 | Update description of optional argument "datalen" to reality. | Florian Obser |
2014-06-06 | replace sendmail with smtpd in a comment | Gilles Chehade |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
1998-10-05 | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker |
2014-06-06 | when relying on the local enqueuer, fix an issue with long To and Cc lines | Gilles Chehade |
2014-06-06 | Properly track switching G0 and G1 modes between US-ASCII and VT100 line | Nicholas Marriott |
2014-06-05 | fix inverted test that caused PKCS#11 keys that were explicitly listed | Damien Miller |
2014-06-05 | Reset properly when c0-change-trigger is increased from zero so panes | Nicholas Marriott |
2014-06-05 | Remove conditional pipeline rewind on 88100, introduced in 1.19 - this seems | Miod Vallat |
2014-06-05 | Do not recurse when a 'Hello Request' message is received while getting | Joel Sing |
2014-06-05 | Ensure that sess_cert is not NULL before trying to use it. | Joel Sing |
2014-06-05 | Avoid a buffer overflow that can be triggered by sending specially crafted | Joel Sing |
2014-06-05 | ssl_sess_cert_new() can return NULL. Fix two cases where the return value | Joel Sing |
2014-06-05 | Ensure that we do not process a ChangeCipherSpec with an empty master | Joel Sing |
2014-06-05 | Be selective as to when ChangeCipherSpec messages will be accepted. | Joel Sing |
2014-06-05 | Reduce code running as root by trying to create all needed sockets | Florian Obser |
2014-06-05 | More KNF. | Joel Sing |
2014-06-05 | add malloc.c | Otto Moerbeek |
2014-06-05 | Move to (slightly stripped) version of libc malloc; ok deraadt@ | Otto Moerbeek |
2014-06-05 | Fix sendmail improper close-on-exec flag handling (CVE-2014-3956) | Jasper Lievisse Adriaanse |
2014-06-05 | Extended precision floating-point numbers have an explicit integer part bit. | Mark Kettenis |
2014-06-05 | Add support for COLUMNS env variable, inspired by FreeBSD but with a dash | Philip Guenther |