summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add option handling with a callback function for argument processing.jsing2014-08-282-2/+10
* Convert openssl(1) crl to new option/usage handling.jsing2014-08-281-186/+246
* Given the usage option name/argument name width a few more characters.jsing2014-08-281-2/+2
* Ensure that a format option argument is a known specifier.jsing2014-08-281-2/+10
* Add option handling for ordered flags.jsing2014-08-282-2/+8
* Add option handling for input/output formats.jsing2014-08-282-2/+8
* preserve errno value on success.bcook2014-08-282-8/+12
* Convert openssl(1) prime to the new options/usage handling.jsing2014-08-271-60/+81
* Reset the config struct before calling options_parse(), otherwise configjsing2014-08-271-1/+3
* Add an option type that handles argument to integer conversion.jsing2014-08-272-4/+22
* Implement table-driven option parsing that allows an application tojsing2014-08-273-76/+192
* Add the API function ressl_config_set_ecdhcurve(config, name) to set areyk2014-08-274-9/+29
* remove nginx referencesrobert2014-08-261-2/+1
* Update regress to follow openssl(1) move.jsing2014-08-269-2/+244
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-2658-88/+84
* constify strerror return valuebcook2014-08-242-4/+4
* Include <sys/time.h> to get struct timevalbcook2014-08-242-2/+4
* Include <sys/select.h> to get selectbcook2014-08-244-4/+9
* Let SSL_CIPHER_description() allocate the buffer for the description,jsing2014-08-241-4/+6
* Replace the remaining uses of ssl3_put_cipher_by_char() with s2n and ajsing2014-08-2410-58/+38
* Remove non-standard GOST cipher suites (which are not compiled injsing2014-08-232-136/+2
* Replace the remaining ssl3_get_cipher_by_char() calls with n2s() andjsing2014-08-238-80/+60
* unbind;jmc2014-08-235-27/+16
* Three independent typos for `independent' or `independently'.miod2014-08-192-2/+2
* replace more ROTATE macros with plain-old C code.bcook2014-08-184-80/+38
* remove return value from HOST_c2l/l2c macrosbcook2014-08-1816-212/+212
* a small tweak to improve malloc in multithreaded programs. we don't needtedu2014-08-181-7/+21
* replace sprintf/strdup with asprintf in engine testbcook2014-08-161-8/+5
* only build the getrandom path if SYS_getrandom is defined.bcook2014-08-162-6/+14
* use C rather than C++ array initialization syntaxbcook2014-08-161-37/+37
* getrandom(2) support for getentropy_linuxbcook2014-08-162-26/+20
* use void * instead of char *. ok jsingtedu2014-08-152-6/+6
* XPG requires insque() and remque() to work with linear lists and not justguenther2014-08-153-21/+26
* fixed overrid(d)en typotobias2014-08-143-5/+5
* munmap correct object in (extremely unlikely, and effectively terminal)deraadt2014-08-136-12/+12
* Merge a patch that i successfully pushed to OpenSSL,schwarze2014-08-122-2/+2
* Replace intrinsic ROTATE macros with an inline.bcook2014-08-122-82/+20
* Guard RSA / RC4-5 ASM when NO_ASM is not definedbcook2014-08-116-12/+18
* Check the return value of sk_SSL_CIPHER_new_null(), since it allocatesjsing2014-08-112-10/+14
* Unchecked memory allocation and potential leak upon error inmiod2014-08-112-10/+24
* Remove now-unused SSL2_STATE as well as ssl2-specific state machine values.miod2014-08-112-234/+2
* Currently, ssl3_put_char_by_bytes(NULL, NULL) is just a long handed wayjsing2014-08-116-26/+24
* Provide a ssl3_get_cipher_by_id() function that allows ciphers to be lookedjsing2014-08-116-30/+36
* Tweak cipher list comments and add missing cipher value comments.jsing2014-08-102-10/+52
* Remove disabled (weakened export and non-ephemeral DH) cipher suites fromjsing2014-08-102-940/+10
* Since we no longer need to support SSLv2-style cipher lists, startjsing2014-08-1032-182/+68
* AF_IMPLINK and AF_BLUETOOTH are gone, but add printing of SOCK_SEQPACKETguenther2014-08-101-6/+5
* Only need <stdint.h> and not all of <inttypes.h> hereguenther2014-08-101-2/+2
* Fix CVE-2014-3507, avoid allocating and then leaking a fresh fragmentguenther2014-08-082-4/+14
* Fix CVE-2014-3508, pretty printing and OID validation:guenther2014-08-084-24/+56