summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@millert2015-01-162-8/+8
* Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX".millert2015-01-161-1/+1
* Move to the <limits.h> universe.deraadt2015-01-1623-57/+40
* The SSL/TLS session Id context is limited to 32 bytes. Instead ofreyk2015-01-161-1/+13
* Delete the MANLINT variable and the related SUFFIXES rules becauseschwarze2015-01-162-4/+4
* remove unused variablechl2015-01-151-2/+1
* back in september I did the large abstraction refactoring to allow thesederaadt2015-01-1514-14/+28
* Make strlcpy/strlcat slightly easier to read.millert2015-01-154-86/+82
* For non-blocking sockets tls_connect_fds() could fail with EAGAIN.bluhm2015-01-132-7/+22
* Document the openssl s_client -proxy feature.bluhm2015-01-131-2/+14
* Add the possibility to use the openssl s_client tool with an httpbluhm2015-01-131-4/+24
* Implement more thorough error checks:lteo2015-01-131-12/+38
* rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks,tedu2015-01-121-9/+9
* Fix a memory leak in bss_dgram.doug2015-01-122-6/+26
* Convert spkac.c to the new option handling code.doug2015-01-081-100/+137
* Convert pkcs8.c to the new option handling code.doug2015-01-081-157/+220
* Convert asn1pars.c to the new option handling.doug2015-01-081-137/+206
* missing , found by Dongsheng Songderaadt2015-01-081-3/+3
* Avoid a double-free in an error path.doug2015-01-082-2/+4
* stupid me. need errno.htedu2015-01-071-1/+2
* set errno = EINVAL for invalid salts and hashes in most functions.tedu2015-01-071-12/+20
* mix in more virtual memory and process informationbcook2015-01-072-4/+8
* add initial HP-UX getentropy/arc4random support.bcook2015-01-064-0/+992
* rename kern enter/exit macros to malloc enter/leave to better reflecttedu2015-01-051-7/+7
* Convert openssl(1) passwd to new option handling.jsing2015-01-051-119/+151
* convert clock() to clock_gettime() for improved precision (and accuracy?)tedu2015-01-051-7/+9
* Zap a reference to .rnd, which is likely the last RANDFILE remnant onlteo2015-01-051-3/+2
* Fix incorrect OPENSSL_assert() usage.doug2015-01-032-48/+106
* Check the return values of several reallocarray() calls. While here,lteo2015-01-033-3/+17
* Rename the tls_connect_socket() parameter 'socket' to 's' to avoidbluhm2015-01-021-4/+4
* Remove ifdef statements for TIMES and USE_TOD; they don't do anything,lteo2015-01-021-5/+1
* 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