summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Doh, rev 1.4 had left out one routine with both 32-bit and 64-bit code, wheremiod2014-09-272-0/+4
* Disable assembler code for ghash on hppa, causes wrong computations in somemiod2014-09-274-8/+8
* There is not much point checking ecdhp is not NULL... twice.jsing2014-09-274-28/+10
* Check that the specified curve is one of the client preferences.jsing2014-09-2710-16/+140
* Fix mmap() calls that check for a result other than MAP_FAILED.doug2014-09-271-1/+1
* X509_STORE_new(): do not leak memory upon error.miod2014-09-262-28/+34
* X509_issuer_and_serial_hash(): do not leak memory if an error occurs duringmiod2014-09-262-2/+6
* X509at_add1_attr(): do not free stuff we did not allocate in the error path.miod2014-09-262-6/+6
* Now that we have a static version of the default EC formats, also use itjsing2014-09-262-94/+88
* Fix regression introduced in revision 1.15 by using strndup() instead ofmiod2014-09-232-12/+12
* Refactor and simplify the ECC extension handling. The existing codejsing2014-09-224-244/+196
* Also check the result from final_finish_mac() against finish_mac_length injsing2014-09-222-38/+34
* It is possible (although unlikely in practice) for peer_finish_md_len tojsing2014-09-222-26/+22
* Document SSL_OP_TLSEXT_PADDING.jsing2014-09-211-0/+6
* Move the TLS padding extension under an SSL_OP_TLSEXT_PADDING option, whichjsing2014-09-214-20/+36
* a_enum.c used to be a copy of a_int.c with s/INTEGER/ENUMERATED/g , butmiod2014-09-212-8/+18
* Fix a memory leak in the error path in ASN1_mbstring_ncopy().miod2014-09-212-38/+58
* Add support for word anchors \< and \> to regex regression tests.doug2014-09-211-1/+13
* Add CHACHA20 as a cipher symmetric encryption alias.jsing2014-09-192-2/+10
* remove obfuscating parens. man operator is your friend.tedu2014-09-194-30/+30
* Fix on 32bit platforms where 0xdeadbeef > LONG_MAX.schwarze2014-09-191-4/+6
* Remove unused #define.lteo2014-09-171-3/+1
* A few more MLINKs.miod2014-09-161-1/+7
* a little less sendmail specific;jmc2014-09-161-4/+3
* When fopen()ing internal to libc (the API doesn't support the useguenther2014-09-155-14/+14
* Do not claim that empty numbers set EINVAL, our implementation doesn't.schwarze2014-09-142-37/+61
* Make sure that the following functions return 0 and EINVAL asschwarze2014-09-136-20/+60
* Disable -Wshadow again, since it breaks builds on vax with gcc3.jsing2014-09-101-2/+2
* obvious cases of missing .An;schwarze2014-09-081-3/+3
* Remove SSL_kDHr, SSL_kDHd and SSL_aDH. No supported ciphersuites use them,jsing2014-09-0716-182/+54
* POSIX specifies arpa/inet.h as the include file for these.millert2014-09-041-3/+3
* Enable -Wshadow in openssl(1) and fix a few shadow warnings.doug2014-09-015-25/+21
* Convert ecparam to new option/usage handling.jsing2014-09-011-197/+215
* Improve option usage output.jsing2014-09-011-7/+20
* Make the in6addr constant declarations and definitions consistentbluhm2014-08-311-3/+3
* Add sockatmark()guenther2014-08-313-5/+170
* Convert openssl(1) version to new option/usage handling.jsing2014-08-301-34/+90
* Move the callback function pointer outside the opt union so that the optionjsing2014-08-302-4/+10
* OpenSSL_add_all_algorithms() is called from openssl_startup() - it does notjsing2014-08-286-13/+6
* openssl_setup() calls SSL_load_error_strings(), which happens to calljsing2014-08-2827-60/+30
* 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