summaryrefslogtreecommitdiff
path: root/usr.bin/openssl
AgeCommit message (Expand)Author
2015-03-02use correct formatter (int, because of type promotion after operations)Brent Cook
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-25No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice.Todd C. Miller
2015-02-25Avoid NULL pointer deref in hashinfo_free() when calling from error paths.Doug Hogan
2015-02-22While slick, this isn't accessing multiple directories concurrently, soPhilip Guenther
2015-02-18fix coverity 105350 and 10345Bob Beck
2015-02-15Use "In" to mark up include files, instead of wrongly wrapping with Aq.Anthony J. Bentley
2015-02-12qsort() compare functions MUST use memcmp() instead of bcmp() to havePhilip Guenther
2015-02-12swap limits.h for sys/limits.hBrent Cook
2015-02-11Enable building with -DOPENSSL_NO_DEPRECATED.Doug Hogan
2015-02-10Introduce an openssl(1) certhash command.Joel Sing
2015-02-09Remember to zero the ciphers configuration.Joel Sing
2015-02-09Rewrite the openssl(1) ciphers command.Joel Sing
2015-02-08Delete commented out code from openssl(1) apps.Doug Hogan
2015-02-07Modify BSIZE to BUFLEN to avoid redefinition on HP-UX.Brent Cook
2015-01-24Convert openssl(1) sess_id to the new option handling.Doug Hogan
2015-01-24Convert openssl(1)'s rsa.c to the new option handling code.Doug Hogan
2015-01-13Document the openssl s_client -proxy feature.Alexander Bluhm
2015-01-13Add the possibility to use the openssl s_client tool with an httpAlexander Bluhm
2015-01-13Implement more thorough error checks:Lawrence Teo
2015-01-08Convert spkac.c to the new option handling code.Doug Hogan
2015-01-08Convert pkcs8.c to the new option handling code.Doug Hogan
2015-01-08Convert asn1pars.c to the new option handling.Doug Hogan
2015-01-05Convert openssl(1) passwd to new option handling.Joel Sing
2015-01-05Zap a reference to .rnd, which is likely the last RANDFILE remnant onLawrence Teo
2015-01-03Check the return values of several reallocarray() calls. While here,Lawrence Teo
2015-01-02Remove ifdef statements for TIMES and USE_TOD; they don't do anything,Lawrence Teo
2015-01-01Provide option types for binary AND, binary OR and silently discarding anJoel Sing
2015-01-01Convert the openssl(1) enc command to the new option parsing and usage.Joel Sing
2014-12-28Fix subtle typo.Joel Sing
2014-12-28Allow a default option to be specified by having a NULL name, but a validJoel Sing
2014-12-28Provide an option type that allows for a callback function to consume anJoel Sing
2014-12-28Teach option parsing that a single hyphen denotes the end of named optionsJoel Sing
2014-12-28Provide a mechanism for option parsing to return the number of argumentsJoel Sing
2014-12-28Only accept a single unnamed argument - the existing behaviour is toJoel Sing
2014-12-28Slightly simplify options parsing logic.Joel Sing
2014-12-28Provide two different function pointers for option function callbacks. ThisJoel Sing
2014-12-24Clean up CIPHERS and related sections:Lawrence Teo
2014-12-19CA.sh and CA.pl are goneLawrence Teo
2014-12-19Sync message digest algorithms with the ones actually implemented inLawrence Teo
2014-12-14Remove redundant NULL checks before free - BN_free(), BIO_free_all() andJoel Sing
2014-12-14unifdef OPENSSL_NO_NEXTPROTONEGJoel Sing
2014-12-10Add ALPN support to openssl(1).Joel Sing
2014-12-07Remove unused variable.Joel Sing
2014-12-07Handle GF(2^m) EC curves for C code generation.Joel Sing
2014-12-03Move Windows OS-specific functions to make porting easier.Brent Cook
2014-12-02convert select() to poll(). This is one of the most complicatedTheo de Raadt
2014-12-02Conversion of braindead select() path to braindead poll() path.Theo de Raadt
2014-11-23Mention the -no_tls1_[12] optionsPhilip Guenther
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback