Age | Commit message (Expand) | Author |
2014-05-14 | Add poly1305 to libcrypto utilising Andrew Moon's public domain | Joel Sing |
2014-05-12 | Remove AES_bi_ige_encrypt() from libcrypto. This routine is supposed to use | Miod Vallat |
2014-05-12 | Bring back ASN1_seq_pack(), ASN1_seq_unpack(), ASN1_pack_string() and | Miod Vallat |
2014-05-12 | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | Miod Vallat |
2014-05-11 | More KNF. | Joel Sing |
2014-05-11 | KNF. | Joel Sing |
2014-05-10 | __bounded => __attribute__((__bounded__ | Damien Miller |
2014-05-09 | Typo in C99 field initializer introduced in r1.3; | Miod Vallat |
2014-05-09 | Replace Apache v2 license with ISC license. | Matthew Dempsky |
2014-05-08 | Replace hand-crafted STRICT_ALIGNMENT with system provided __STRICT_ALIGNMENT. | Miod Vallat |
2014-05-08 | More KNF. | Joel Sing |
2014-05-08 | KNF. | Joel Sing |
2014-05-08 | Remove KSSL debug code. | Joel Sing |
2014-05-08 | KNF. | Joel Sing |
2014-05-08 | Nuke OPENSSL_FIPS - having #ifdefs inside a #ifndef for the same thing | Joel Sing |
2014-05-08 | KNF. | Joel Sing |
2014-05-08 | knfectomie. | Joel Sing |
2014-05-08 | Emergency knfectomie requested by tedu@. | Joel Sing |
2014-05-08 | kill some more VMS ifdefs | Giovanni Bechis |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2005-04-29 | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@ | Damien Miller |
2014-05-07 | Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rather | Miod Vallat |
2014-05-07 | less than jpake | Ted Unangst |
2014-05-07 | don't free memory unless we allocated it. | Ted Unangst |
2014-05-07 | with the first bug it uncovered fixed, clear all bignums again. | Ted Unangst |
2014-05-07 | in BN_clear_free, don't cleanse the data if the static data flag is set. | Ted Unangst |
2014-05-07 | KNF. | Joel Sing |
2014-05-07 | KNF. | Joel Sing |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2014-05-07 | revert, thanks sthen | Ted Unangst |
2014-05-07 | add additional includes from eng_cryptodev.c | Jonathan Gray |
2014-05-06 | small fix from mancha1. currently unused file, but no harm fixing it. | Ted Unangst |
2014-05-06 | Assorted cleanups: | Miod Vallat |
2014-05-06 | Remove broken-by-design test | Miod Vallat |
2014-05-06 | Make sure PKCS7_get_octet_string() return values are checked for NULL. | Miod Vallat |
2014-05-06 | knf approximation | Ted Unangst |
2014-05-06 | "stay backwards-compatible with 0.9.5; this should go away soon" | Ted Unangst |
2014-05-06 | remove Kerberos | Ted Unangst |
2014-05-06 | move a comment to make unifdef happier | Ted Unangst |
2014-05-06 | bye bye SRP | Ted Unangst |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2014-05-05 | inspired by a cloudflare diff, cleanse old memory when expanding a bignum. | Ted Unangst |
2014-05-05 | Sort and group includes. | Joel Sing |
2014-05-05 | Repair BIO_socket_nbio operation. | Joel Sing |
2014-05-05 | During the great e_os.h nukathon we stopped pulling in <sys/filio.h> via | Joel Sing |
2014-05-05 | Kill memory debug calls that are now noops. While here, nuke an #if 0 and | Joel Sing |
2014-05-05 | OpenBSD has_SC_CLK_TCK. | Joel Sing |
2014-05-05 | Remove SRP and Kerberos support from libssl. These are complex protocols | Ted Unangst |