Age | Commit message (Expand) | Author |
2014-05-03 | Detect Altivec support with the machdep.altivec sysctl rather than setmp and | Miod Vallat |
2014-05-02 | Correctly enable assembler Montgomery routine. | Miod Vallat |
2014-05-02 | More use of 64-bit registers which needs to be disabled under OpenBSD. | Miod Vallat |
2014-05-02 | - Adjust pthread_stackseg_np to return the page aligned addressable stack | Kurt Miller |
2014-05-02 | Correctly enable assembler Montgomery routine. | Miod Vallat |
2014-05-02 | No really, pid 2 isn't special | Philip Guenther |
2014-05-02 | Reenable assembler code for SHA384 and SHA512 now that it no longer miscomputes | Miod Vallat |
2014-05-02 | The assembly sha512 code detects at runtime if it is running on a 64-bit | Miod Vallat |
2014-05-02 | Disable assembler version of SHA512 for now, it produces wrong results. | Miod Vallat |
2014-05-02 | Add ChaCha as a cipher. | Joel Sing |
2014-05-02 | remove crazy #undefs; ok jsing | Theo de Raadt |
2014-05-02 | Nuke OPENSSL_NO_SOCK since any half sane operating system has sockets. | Joel Sing |
2014-05-02 | Sort and group includes. We also do not need to include openssl/evp.h more | Joel Sing |
2014-05-02 | Sort function prototypes and group/sort entries within the functions array. | Joel Sing |
2014-05-02 | The page daemon no longer has a fixed PID. ok kettenis@ jmc@ | Jeremie Courreges-Anglas |
2014-05-01 | Enable use of assembly code for AES, BN (Montgomery), SHA1, SHA256 and SHA512. | Miod Vallat |
2014-05-01 | Do not output SOM-specific directives. | Miod Vallat |
2014-05-01 | Remove unreferenced OPENSSL_instrument_bus and OPENSSL_instrument_bus2 routines. | Miod Vallat |
2014-05-01 | Make the implicit `l' in `impicit' explicit. | Miod Vallat |
2014-05-01 | Enable use of the assembly code for BN (Montgomery) and SHA1. | Miod Vallat |
2014-05-01 | Fix include filename to get register name aliases under BSD | Miod Vallat |
2014-05-01 | Pass -Werror in the !BN_LLONG !BN_UMULT_LOHI !BN_UMULT_HIGH case. | Miod Vallat |
2014-05-01 | Enable use of the assembly code for AES, BN, SHA1, SHA256 and SHA512. | Miod Vallat |
2014-05-01 | dead meat | Miod Vallat |
2014-05-01 | tweak previous; ok sthen | Jason McIntyre |
2014-05-01 | + e_chacha.c, and bump minor | Miod Vallat |
2014-05-01 | Update with recently added objects. | Joel Sing |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2014-05-01 | Extend fread() and fwrite() to check for integer overflow, in which case | Theo de Raadt |
2014-05-01 | Nuke unused evptests.txt - the real one is over in regress. | Joel Sing |
2014-05-01 | Provide an EVP implementation for ChaCha. | Joel Sing |
2014-05-01 | Add ChaCha to libcrypto, based on djb's public domain implementation. | Joel Sing |
2014-05-01 | Add support for the french ANSSI FRP256v1 elliptic curve. | Miod Vallat |
2014-05-01 | Add Brainpool elliptic curves. From OpenSSL RT#2239 via ${DAYJOB}. | Miod Vallat |
2014-05-01 | Remove fips_md_init() macro indirection for digest algorithms, used by the | Miod Vallat |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2014-05-01 | nibbles aren't enough random, use bytes. does a better job of picking | Ted Unangst |
2014-04-30 | first cut at documenting the change to malloc doing a partial 'junk' by | Stuart Henderson |
2014-04-30 | Avoid a potential null pointer dereference by checking that we actually | Joel Sing |
2014-04-30 | First pass at removing win64 support from the assembly generating Perl | Joel Sing |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2014-04-30 | i suck at math. b - 8 = 3, not 4. detected by Antoine Pitrou. thanks. | Ted Unangst |
2014-04-30 | minor++ because of AI_ADDRCONFIG | sperreault |
2014-04-29 | Constrain bytes read/written to positive values. | Bob Beck |
2014-04-28 | Implement AI_ADDRCONFIG | sperreault |