summaryrefslogtreecommitdiff
path: root/src/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modify BSIZE to BUFLEN to avoid redefinition on HP-UX.bcook2015-02-072-15/+15
* Convert openssl(1) sess_id to the new option handling.doug2015-01-241-88/+113
* Convert openssl(1)'s rsa.c to the new option handling code.doug2015-01-241-184/+251
* 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
* 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
* Convert openssl(1) passwd to new option handling.jsing2015-01-051-119/+151
* Zap a reference to .rnd, which is likely the last RANDFILE remnant onlteo2015-01-051-3/+2
* Check the return values of several reallocarray() calls. While here,lteo2015-01-033-3/+17
* 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
* Fix subtle typo.jsing2014-12-281-2/+2
* Allow a default option to be specified by having a NULL name, but a validjsing2014-12-281-4/+4
* Provide an option type that allows for a callback function to consume anjsing2014-12-282-3/+12
* Teach option parsing that a single hyphen denotes the end of named optionsjsing2014-12-281-2/+14
* Provide a mechanism for option parsing to return the number of argumentsjsing2014-12-287-14/+22
* 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
* Provide two different function pointers for option function callbacks. Thisjsing2014-12-284-13/+14
* 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
* Remove redundant NULL checks before free - BN_free(), BIO_free_all() andjsing2014-12-141-17/+12
* unifdef OPENSSL_NO_NEXTPROTONEGjsing2014-12-144-41/+4
* Add ALPN support to openssl(1).jsing2014-12-102-11/+95
* Remove unused variable.jsing2014-12-071-5/+1
* Handle GF(2^m) EC curves for C code generation.jsing2014-12-071-5/+7
* Move Windows OS-specific functions to make porting easier.bcook2014-12-034-31/+165
* convert select() to poll(). This is one of the most complicatedderaadt2014-12-022-40/+63
* Conversion of braindead select() path to braindead poll() path.deraadt2014-12-021-17/+17
* Mention the -no_tls1_[12] optionsguenther2014-11-231-6/+10
* Nuke more obvious #include duplications.krw2014-11-181-2/+1
* More OPENSSL_NO_TLSEXT clean up.jsing2014-11-073-11/+11
* Document the -servername option for openssl(1) s_client.jsing2014-11-071-2/+7
* TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,jsing2014-11-062-76/+2
* ssl_sock_init() does nothing, so remove it...jsing2014-11-061-17/+1
* simple select() to poll() conversion; reviewed by millert and dougderaadt2014-11-041-9/+9
* Remove ephemeral RSA key handling.jsing2014-10-311-43/+4
* Use automatic DH ephemeral parameters instead of fixed 512 bit.jsing2014-10-311-38/+23
* my mistake. we already did increase buffers to 16k; increasing to 64ktedu2014-10-301-2/+2
* rework the poll loop to poll in both directions so it doesn't get stucktedu2014-10-301-47/+211
* POLLIN is not guaranteed to be set in revents for EOF so check formillert2014-10-261-3/+3
* Remove unnecessary include: netinet/in_systm.h is not needed by theselteo2014-10-241-2/+1
* Use arc4random_buf() instead of RAND(_pseudo)?_bytes().jsing2014-10-228-36/+19
* None of these need <openssl/rand.h>jsing2014-10-223-6/+3
* s_client: don't call shutdown on a non-existent socket descriptor.bcook2014-10-201-3/+1