Age | Commit message (Expand) | Author |
2015-08-23 | ISO8859-1 support has been removed | Philip Guenther |
2015-07-31 | Don't hardcode /usr/src, use BSDSRCDIR | Tobias Ulmer |
2015-07-20 | Add radius(3) library. This will be used by RADIUS server and client | YASUOKA Masahiko |
2015-07-20 | Add VIS_DQ to escape double quotes. OK deraadt@ semarie@ reyk@ | Todd C. Miller |
2015-07-18 | simplify length checking in do_indefinite_convert | Brent Cook |
2015-07-18 | remove mysterious, decorative comment blocklets | Brent Cook |
2015-07-18 | Explicitly mark ignored BN_* return vals in tests. | Brent Cook |
2015-07-18 | check sscanf conversion, fixes Coverity 21666 | Brent Cook |
2015-07-16 | Adapt previous to extended-precision, and fix single-precision constants. | Martynas Venckus |
2015-07-16 | Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i), | Martynas Venckus |
2015-07-13 | Unhook tls_ext_alpn test until the code passes it. | Doug Hogan |
2015-07-09 | Add tests for parsing TLS extension ALPN (RFC 7301). | Doug Hogan |
2015-07-07 | add setlocale test | semarie |
2015-07-07 | add regress test for setlocale(3) and some related | semarie |
2015-07-01 | specify the array initializer value | Brent Cook |
2015-06-28 | Convert ssl_bytes_to_cipher_list to CBS. | Doug Hogan |
2015-06-27 | Add unit tests for LibreSSL. | Doug Hogan |
2015-06-23 | Change CBS_dup() to also sync the offset. | Doug Hogan |
2015-06-23 | Convert bytestringtest to individual checks and don't short circuit. | Doug Hogan |
2015-06-23 | Remove unnecessary regress target. | Doug Hogan |
2015-06-20 | Remove obsolete MDC-2DES from libcrypto. | Doug Hogan |
2015-06-17 | Add tests for CBS_offset() and CBS_write_bytes(). | Doug Hogan |
2015-06-16 | Be more strict about BER and DER terminology. | Doug Hogan |
2015-05-29 | Need to operate of CXXFLAGS now. | Miod Vallat |
2015-05-08 | Make this run on strict alignment architectures. | Miod Vallat |
2015-04-25 | Check for invalid leading zeros in CBS_get_asn1_uint64. | Doug Hogan |
2015-04-15 | Now that tls_close() is more robust, consider a failure to be fatal. | Joel Sing |
2015-04-07 | Make pthread_atfork() track the DSO that called it like atexit() does, | Philip Guenther |
2015-03-15 | fix for regression test for strtol(). it failed (the wrong kind of | Peter Hessler |
2015-03-08 | Reject DH keys sent by a server if they are considered too small; inspired | Miod Vallat |
2015-02-25 | Fix CVE-2014-3570: properly calculate the square of a BIGNUM value. | Brent Cook |
2015-02-25 | Trivial fix for test progress output. | Brent Cook |
2015-02-22 | Update for recent verify related naming changes. | Joel Sing |
2015-02-19 | BN_free() has its own NULL check. | Joel Sing |
2015-02-19 | KNF. | Joel Sing |
2015-02-16 | Add more error checking and free resources in bytestringtest. | Doug Hogan |
2015-02-15 | Fix various memory leaks by not exiting so abruptly from failed tests. | Miod Vallat |
2015-02-15 | Remove ancient gcc workaround on mips. | Miod Vallat |
2015-02-15 | Memory leak. Coverity CID 78865 | Miod Vallat |
2015-02-15 | Wrong logic; Coverity CID 78894 | Miod Vallat |
2015-02-11 | Do not rely upon malloc(0) not returning NULL. Not all malloc implementations | Miod Vallat |
2015-02-07 | Add regress tests for SSL_CIPHER_get_by_value() and SSL_CIPHER_get_by_id(). | Joel Sing |
2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the | Todd C. Miller |
2015-02-06 | KNF bytestring files. | Doug Hogan |
2015-02-06 | Import BoringSSL's crypto bytestring and crypto bytebuilder APIs. | Doug Hogan |
2015-02-06 | Add libssl ciphers regress, which currently only covers | Joel Sing |
2015-01-20 | Missing $OpenBSD$'s. | Kenneth R Westerback |
2014-12-15 | Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run on | Miod Vallat |
2014-12-14 | unifdef OPENSSL_NO_NEXTPROTONEG | Joel Sing |
2014-12-12 | Increase cipher suite test coverage by including all cipher suites that | Joel Sing |