summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Provide option types for binary AND, binary OR and silently discarding anjsing2015-01-012-2/+13
* Convert the openssl(1) enc command to the new option parsing and usage.jsing2015-01-011-250/+382
* Revert previous; tls_accept_socket() was intentionally undocumentedschwarze2015-01-011-7/+1
* minimally document tls_accept_socket();schwarze2015-01-011-2/+8
* copy bcrypt autotune from encrypt(1) and expose via crypt_newhashtedu2014-12-302-5/+43
* don't leak timing info about padding errors by generating a fake keytedu2014-12-292-10/+20
* Fix subtle typo.jsing2014-12-281-2/+2
* Add regress tests for default option handling.jsing2014-12-281-1/+48
* Allow a default option to be specified by having a NULL name, but a validjsing2014-12-281-4/+4
* Add regress tests for multiple argument callback functions.jsing2014-12-281-1/+38
* Provide an option type that allows for a callback function to consume anjsing2014-12-282-3/+12
* Add option parsing regress tests with end of options handling.jsing2014-12-281-17/+50
* Teach option parsing that a single hyphen denotes the end of named optionsjsing2014-12-281-2/+14
* Add regress tests for option parsing with multiple unnamed arguments.jsing2014-12-281-3/+45
* Provide a mechanism for option parsing to return the number of argumentsjsing2014-12-287-14/+22
* Update regress to match change in unnamed argument handling.jsing2014-12-281-6/+5
* Only accept a single unnamed argument - the existing behaviour is tojsing2014-12-281-1/+12
* Slightly simplify options parsing logic.jsing2014-12-281-65/+58
* Update options regress to match option function pointer change.jsing2014-12-281-4/+4
* Provide two different function pointers for option function callbacks. Thisjsing2014-12-284-13/+14
* Provide initial regress tests for the complex option parsing that is neededjsing2014-12-283-1/+239
* include netinet/in.h to define struct in6_addr.bcook2014-12-271-1/+2
* simplify crypt_checkpass. The API promise is that this function doesn'ttedu2014-12-241-11/+5
* Clean up CIPHERS and related sections:lteo2014-12-241-154/+10
* CA.sh and CA.pl are gonelteo2014-12-191-6/+1
* Sync message digest algorithms with the ones actually implemented inlteo2014-12-191-9/+29
* Add size_t to int checks for SSL functions.doug2014-12-173-8/+39
* typo; ok deraadtsthen2014-12-162-3/+3
* warn for correct symbolderaadt2014-12-161-2/+2
* Now that we have Camellia support in libcrypto, bring in the SHA256 flavour ofmiod2014-12-164-4/+328
* Move 40MB of .rodata and 40MB of stack to .bss; allows this test to run onmiod2014-12-151-3/+7
* Add error handling for EVP_DigestInit_ex().doug2014-12-1515-56/+98
* unconditionally align SSL payloadsbcook2014-12-146-78/+36
* Convert all of the straight forward client handshake handling code to usejsing2014-12-146-212/+134
* Provide functions for starting, finishing and writing SSL handshakejsing2014-12-146-8/+120
* Remove trailing whitespace.jsing2014-12-1459-559/+559
* unifdef OPENSSL_NO_NEXTPROTONEGjsing2014-12-141-12/+0
* Remove redundant NULL checks before free - BN_free(), BIO_free_all() andjsing2014-12-141-17/+12
* unifdef OPENSSL_NO_NEXTPROTONEGjsing2014-12-144-41/+4
* unifdef OPENSSL_NO_NEXTPROTONEG, which is one of the last standing #ifndefjsing2014-12-1412-130/+12
* unifdef NETSCAPE_HANG_BUG from the DTLS code. The code is not currentlyjsing2014-12-142-46/+2
* catch up with swab.c rev. 1.9:schwarze2014-12-121-5/+23
* Increase cipher suite test coverage by including all cipher suites thatjsing2014-12-121-5/+5
* update swab() to match the current posix definition. "rationale: none."tedu2014-12-111-50/+24
* ssl3_init_finished_mac() calls BIO_new() which can fail since it in turnjsing2014-12-1017-42/+115
* Remove support for GOST R 34.10-94 signature authentication, along withjsing2014-12-1018-154/+30
* Add ALPN support to openssl(1).jsing2014-12-102-11/+95
* Add regress for ALPN.jsing2014-12-102-1/+180
* libssl major++jsing2014-12-102-2/+2
* Add support for ALPN.jsing2014-12-1010-16/+594