Age | Commit message (Expand) | Author |
2014-11-13 | Add many missing error checks (probably not exhaustive, but a good start): | Miod Vallat |
2014-11-13 | Sacrifice this code to the KNF deities. | Miod Vallat |
2014-11-12 | Fix GOST TC26-B curve description. | Miod Vallat |
2014-11-12 | Merge Makefiles, moving the build up a level and putting the CPU-specific | Philip Guenther |
2014-11-11 | f{read,write} take a number of items and an item size as arguments, and | Miod Vallat |
2014-11-11 | correct the failure case for getentropy on win32 | Brent Cook |
2014-11-11 | Don't free garbage in ec_wNAF_mul() if wNAF could be allocated but | Philip Guenther |
2014-11-11 | Merge from NetBSD from 1999-03-25:" | Philip Guenther |
2014-11-11 | delete extra word in Nd | Theo de Raadt |
2014-11-10 | m68k is dead <sniff> | Philip Guenther |
2014-11-09 | KNF (when not conflicting with other cleanup changes in progress) | Miod Vallat |
2014-11-09 | Remove DEBUG_SIGN code. Make sure gost_key_unwrap_crypto_pro() returns failure | Miod Vallat |
2014-11-09 | Rename internal yet public key_{un,}wrap_crypto_pro symbols by prepending a | Miod Vallat |
2014-11-09 | Replace RAND_bytes() usage with arc4random_buf(). | Miod Vallat |
2014-11-09 | GOST crypto algorithms (well, most of them), ported from the removed GOST | Miod Vallat |
2014-11-09 | Introduce EVP_MD_CTX_ctrl(), to allow for fine control of a given digest. | Miod Vallat |
2014-11-09 | Allow digest routines to provide their own HASH_FINAL routine; will be | Miod Vallat |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2014-11-09 | Correct constness of str*unvis()'s second (source) argument | Philip Guenther |
2014-11-08 | Clean up more SSLv2 remnants. | Joel Sing |
2014-11-07 | missing outlen in tls_write decl | Ted Unangst |
2014-11-05 | missing pfd = newp, diagnosed by deraadt@ | Stuart Henderson |
2014-11-05 | edns0 is not currently supported: confirmed by sthen and eric | Jason McIntyre |
2014-11-05 | zap double word; | Jason McIntyre |
2014-11-05 | Convert EXAMPLES to IDIOMS and make it a simple select -> poll | Todd C. Miller |
2014-11-04 | explicitly clarify that reading also stops after size-1 bytes | Ted Unangst |
2014-11-04 | Fix memory leak on reallocarray() failure introduced by conversion | Todd C. Miller |
2014-11-03 | POLLERR is only valid in revents so it is not a bug that it is | Todd C. Miller |
2014-11-03 | only call SRTP (whatever that is) functions when the connection type is | Ted Unangst |
2014-11-03 | Put the socket splicing fields into a seperate struct sosplice that | Alexander Bluhm |
2014-11-03 | minor cleanup of zlib code. DSO is gone. ok jsing. | Ted Unangst |
2014-11-03 | Add hooks to override native arc4random_buf on FreeBSD. | Brent Cook |
2014-11-02 | Add a tls_connect_fds() function that allows a secure connection to be | Joel Sing |
2014-11-02 | Fix a NULL deref when getting an actual result for an invalid hostname | Eric Faurot |
2014-11-02 | Remove remnants from RC2 and SEED - there are no longer any cipher suites | Joel Sing |
2014-10-31 | Libevent has compatibilty wrappers in evutil. OpenBSD does not use | Alexander Bluhm |
2014-10-31 | Use "const char tempchars[]" instead of "const char *tempchars". | Todd C. Miller |
2014-10-31 | Remove an outdated comment re EDH vs DHE - DHE is now used consistently and | Joel Sing |
2014-10-31 | Update comments for TLS ExtensionType values - many of the referenced | Joel Sing |
2014-10-31 | Crank libssl major due to recent additions, removals and changes. | Joel Sing |
2014-10-31 | Remove now unused remnants from public structs. | Joel Sing |
2014-10-31 | Add support for automatic DH ephemeral keys. | Joel Sing |
2014-10-31 | Remove support for ephemeral/temporary RSA private keys. | Joel Sing |
2014-10-31 | Rename libressl to libtls to avoid confusion and to make it easier to | Joel Sing |
2014-10-31 | Use CDIAGFLAGS from bsd.own.mk and append additional warning flags. | Alexander Bluhm |
2014-10-30 | clean up verbiage around the calculations; ok ingo jmc otto | Theo de Raadt |
2014-10-30 | Don't mention old systems where realloc(NULL, n) didn't work as we | Todd C. Miller |
2014-10-30 | Fix whitespace errors in libevent. | Alexander Bluhm |
2014-10-30 | The fdsz and n_events variables contain unsigned values that are | Alexander Bluhm |
2014-10-29 | After removing all the #ifdef, the wrappers in evutil are rather | Alexander Bluhm |