Age | Commit message (Expand) | Author |
2015-03-22 | Since Windows needs BIO_sock_init() before you can call any networking | Brent Cook |
2015-03-05 | subtraction is not comparison. the difference of two longs is not good | Ted Unangst |
2015-03-02 | use correct formatter (int, because of type promotion after operations) | Brent Cook |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-25 | No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice. | Todd C. Miller |
2015-02-25 | Avoid NULL pointer deref in hashinfo_free() when calling from error paths. | Doug Hogan |
2015-02-22 | While slick, this isn't accessing multiple directories concurrently, so | Philip Guenther |
2015-02-18 | fix coverity 105350 and 10345 | Bob Beck |
2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | Anthony J. Bentley |
2015-02-12 | qsort() compare functions MUST use memcmp() instead of bcmp() to have | Philip Guenther |
2015-02-12 | swap limits.h for sys/limits.h | Brent Cook |
2015-02-11 | Enable building with -DOPENSSL_NO_DEPRECATED. | Doug Hogan |
2015-02-10 | Introduce an openssl(1) certhash command. | Joel Sing |
2015-02-09 | Remember to zero the ciphers configuration. | Joel Sing |
2015-02-09 | Rewrite the openssl(1) ciphers command. | Joel Sing |
2015-02-08 | Delete commented out code from openssl(1) apps. | Doug Hogan |
2015-02-07 | Modify BSIZE to BUFLEN to avoid redefinition on HP-UX. | Brent Cook |
2015-01-24 | Convert openssl(1) sess_id to the new option handling. | Doug Hogan |
2015-01-24 | Convert openssl(1)'s rsa.c to the new option handling code. | Doug Hogan |
2015-01-13 | Document the openssl s_client -proxy feature. | Alexander Bluhm |
2015-01-13 | Add the possibility to use the openssl s_client tool with an http | Alexander Bluhm |
2015-01-13 | Implement more thorough error checks: | Lawrence Teo |
2015-01-08 | Convert spkac.c to the new option handling code. | Doug Hogan |
2015-01-08 | Convert pkcs8.c to the new option handling code. | Doug Hogan |
2015-01-08 | Convert asn1pars.c to the new option handling. | Doug Hogan |
2015-01-05 | Convert openssl(1) passwd to new option handling. | Joel Sing |
2015-01-05 | Zap a reference to .rnd, which is likely the last RANDFILE remnant on | Lawrence Teo |
2015-01-03 | Check the return values of several reallocarray() calls. While here, | Lawrence Teo |
2015-01-02 | Remove ifdef statements for TIMES and USE_TOD; they don't do anything, | Lawrence Teo |
2015-01-01 | Provide option types for binary AND, binary OR and silently discarding an | Joel Sing |
2015-01-01 | Convert the openssl(1) enc command to the new option parsing and usage. | Joel Sing |
2014-12-28 | Fix subtle typo. | Joel Sing |
2014-12-28 | Allow a default option to be specified by having a NULL name, but a valid | Joel Sing |
2014-12-28 | Provide an option type that allows for a callback function to consume an | Joel Sing |
2014-12-28 | Teach option parsing that a single hyphen denotes the end of named options | Joel Sing |
2014-12-28 | Provide a mechanism for option parsing to return the number of arguments | Joel Sing |
2014-12-28 | Only accept a single unnamed argument - the existing behaviour is to | Joel Sing |
2014-12-28 | Slightly simplify options parsing logic. | Joel Sing |
2014-12-28 | Provide two different function pointers for option function callbacks. This | Joel Sing |
2014-12-24 | Clean up CIPHERS and related sections: | Lawrence Teo |
2014-12-19 | CA.sh and CA.pl are gone | Lawrence Teo |
2014-12-19 | Sync message digest algorithms with the ones actually implemented in | Lawrence Teo |
2014-12-14 | Remove redundant NULL checks before free - BN_free(), BIO_free_all() and | Joel Sing |
2014-12-14 | unifdef OPENSSL_NO_NEXTPROTONEG | Joel Sing |
2014-12-10 | Add ALPN support to openssl(1). | Joel Sing |
2014-12-07 | Remove unused variable. | Joel Sing |
2014-12-07 | Handle GF(2^m) EC curves for C code generation. | Joel Sing |
2014-12-03 | Move Windows OS-specific functions to make porting easier. | Brent Cook |
2014-12-02 | convert select() to poll(). This is one of the most complicated | Theo de Raadt |
2014-12-02 | Conversion of braindead select() path to braindead poll() path. | Theo de Raadt |