| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mix in more virtual memory and process information | bcook | 2015-01-07 | 2 | -4/+8 |
* | add initial HP-UX getentropy/arc4random support. | bcook | 2015-01-06 | 4 | -0/+992 |
* | rename kern enter/exit macros to malloc enter/leave to better reflect | tedu | 2015-01-05 | 1 | -7/+7 |
* | Convert openssl(1) passwd to new option handling. | jsing | 2015-01-05 | 1 | -119/+151 |
* | convert clock() to clock_gettime() for improved precision (and accuracy?) | tedu | 2015-01-05 | 1 | -7/+9 |
* | Zap a reference to .rnd, which is likely the last RANDFILE remnant on | lteo | 2015-01-05 | 1 | -3/+2 |
* | Fix incorrect OPENSSL_assert() usage. | doug | 2015-01-03 | 2 | -48/+106 |
* | Check the return values of several reallocarray() calls. While here, | lteo | 2015-01-03 | 3 | -3/+17 |
* | Rename the tls_connect_socket() parameter 'socket' to 's' to avoid | bluhm | 2015-01-02 | 1 | -4/+4 |
* | Remove ifdef statements for TIMES and USE_TOD; they don't do anything, | lteo | 2015-01-02 | 1 | -5/+1 |
* | Provide option types for binary AND, binary OR and silently discarding an | jsing | 2015-01-01 | 2 | -2/+13 |
* | Convert the openssl(1) enc command to the new option parsing and usage. | jsing | 2015-01-01 | 1 | -250/+382 |
* | Revert previous; tls_accept_socket() was intentionally undocumented | schwarze | 2015-01-01 | 1 | -7/+1 |
* | minimally document tls_accept_socket(); | schwarze | 2015-01-01 | 1 | -2/+8 |
* | copy bcrypt autotune from encrypt(1) and expose via crypt_newhash | tedu | 2014-12-30 | 2 | -5/+43 |
* | don't leak timing info about padding errors by generating a fake key | tedu | 2014-12-29 | 2 | -10/+20 |
* | Fix subtle typo. | jsing | 2014-12-28 | 1 | -2/+2 |
* | Add regress tests for default option handling. | jsing | 2014-12-28 | 1 | -1/+48 |
* | Allow a default option to be specified by having a NULL name, but a valid | jsing | 2014-12-28 | 1 | -4/+4 |
* | Add regress tests for multiple argument callback functions. | jsing | 2014-12-28 | 1 | -1/+38 |
* | Provide an option type that allows for a callback function to consume an | jsing | 2014-12-28 | 2 | -3/+12 |
* | Add option parsing regress tests with end of options handling. | jsing | 2014-12-28 | 1 | -17/+50 |
* | Teach option parsing that a single hyphen denotes the end of named options | jsing | 2014-12-28 | 1 | -2/+14 |
* | Add regress tests for option parsing with multiple unnamed arguments. | jsing | 2014-12-28 | 1 | -3/+45 |
* | Provide a mechanism for option parsing to return the number of arguments | jsing | 2014-12-28 | 7 | -14/+22 |
* | Update regress to match change in unnamed argument handling. | jsing | 2014-12-28 | 1 | -6/+5 |
* | Only accept a single unnamed argument - the existing behaviour is to | jsing | 2014-12-28 | 1 | -1/+12 |
* | Slightly simplify options parsing logic. | jsing | 2014-12-28 | 1 | -65/+58 |
* | Update options regress to match option function pointer change. | jsing | 2014-12-28 | 1 | -4/+4 |
* | Provide two different function pointers for option function callbacks. This | jsing | 2014-12-28 | 4 | -13/+14 |
* | Provide initial regress tests for the complex option parsing that is needed | jsing | 2014-12-28 | 3 | -1/+239 |
* | include netinet/in.h to define struct in6_addr. | bcook | 2014-12-27 | 1 | -1/+2 |
* | simplify crypt_checkpass. The API promise is that this function doesn't | tedu | 2014-12-24 | 1 | -11/+5 |
* | Clean up CIPHERS and related sections: | lteo | 2014-12-24 | 1 | -154/+10 |
* | CA.sh and CA.pl are gone | lteo | 2014-12-19 | 1 | -6/+1 |
* | Sync message digest algorithms with the ones actually implemented in | lteo | 2014-12-19 | 1 | -9/+29 |
* | Add size_t to int checks for SSL functions. | doug | 2014-12-17 | 3 | -8/+39 |
* | typo; ok deraadt | sthen | 2014-12-16 | 2 | -3/+3 |
* | warn for correct symbol | deraadt | 2014-12-16 | 1 | -2/+2 |
* | Now that we have Camellia support in libcrypto, bring in the SHA256 flavour of | miod | 2014-12-16 | 4 | -4/+328 |
* | Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run on | miod | 2014-12-15 | 1 | -3/+7 |
* | Add error handling for EVP_DigestInit_ex(). | doug | 2014-12-15 | 15 | -56/+98 |
* | unconditionally align SSL payloads | bcook | 2014-12-14 | 6 | -78/+36 |
* | Convert all of the straight forward client handshake handling code to use | jsing | 2014-12-14 | 6 | -212/+134 |
* | Provide functions for starting, finishing and writing SSL handshake | jsing | 2014-12-14 | 6 | -8/+120 |
* | Remove trailing whitespace. | jsing | 2014-12-14 | 59 | -559/+559 |
* | unifdef OPENSSL_NO_NEXTPROTONEG | jsing | 2014-12-14 | 1 | -12/+0 |
* | Remove redundant NULL checks before free - BN_free(), BIO_free_all() and | jsing | 2014-12-14 | 1 | -17/+12 |
* | unifdef OPENSSL_NO_NEXTPROTONEG | jsing | 2014-12-14 | 4 | -41/+4 |
* | unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndef | jsing | 2014-12-14 | 12 | -130/+12 |