aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix BN_print()ky/bn-print-fixKazuki Yamaguchi2017-08-241-1/+1
* Move randomness to allocated bufferRich Salz2017-08-222-16/+14
* Improvement the formatting in bn_print.cPauli2017-08-231-22/+22
* (Re)move some things from e_os.hRich Salz2017-08-2219-195/+164
* Remove useless macros in apps/speed.cPaul Yang2017-08-221-2/+0
* Use "" not <> on e_os.h includeRich Salz2017-08-225-5/+5
* Remove custom base64 code.Rich Salz2017-08-221-106/+6
* Don't try to compare the ctype functions on values > 127Richard Levitte2017-08-221-1/+1
* Don't try to test ctype functions for values < 0 or > 255Richard Levitte2017-08-221-10/+1
* Use "" not <> for internal/ includesRich Salz2017-08-2279-103/+99
* Fix the lack of isblank() with VMS CRichard Levitte2017-08-221-0/+12
* Add random serial# support.Rich Salz2017-08-225-29/+59
* Avoid a self-assignment.Pauli2017-08-221-2/+2
* Dead code elimination.Pauli2017-08-221-9/+0
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-2234-231/+559
* Fix ctype arguments.Pauli2017-08-227-9/+10
* Safely display SNI (just in case)Rich Salz2017-08-211-3/+11
* Document missing EVP_PKEY_method_* itemsPaul Yang2017-08-212-0/+377
* Check # of arguments for remaining commands.Rich Salz2017-08-217-23/+48
* Add PKEY_CTX setter tests for TLS1-PRFJohannes Bauer2017-08-211-0/+42
* More updates following review feedbackMatt Caswell2017-08-215-29/+8
* Updates following feedback on OPENSSL_assert() removalMatt Caswell2017-08-215-14/+1
* Remove OPENSSL_assert() from crypto/x509v3Matt Caswell2017-08-212-41/+99
* Remove OPENSSL_assert() from crypto/x509Matt Caswell2017-08-212-5/+29
* Remove OPENSSL_assert() from crypto/threads_none.cMatt Caswell2017-08-211-3/+6
* Remove OPENSSL_assert() from crypto/pemMatt Caswell2017-08-212-10/+16
* Remove OPENSSL_assert() from crypto/kdfMatt Caswell2017-08-211-1/+2
* Remove OPENSSL_assert() from crypto/hmacMatt Caswell2017-08-211-1/+2
* Remove OPENSSL_assert() from crypto/ecMatt Caswell2017-08-212-2/+4
* Remove OPENSSL_assert() from conf_api.cMatt Caswell2017-08-211-1/+2
* Remove OPENSSL_assert() usage from crypto/bnMatt Caswell2017-08-212-6/+6
* Remove OPENSSL_assert() from various crypto/bio filesMatt Caswell2017-08-213-14/+21
* Remove OPENSSL_assert() from crypto/asn1/bio_asn1.cMatt Caswell2017-08-211-1/+3
* Remove double error messagesPauli2017-08-211-11/+7
* Fix ui_write in apps/apps.cRichard Levitte2017-08-191-1/+1
* Put thread-fork-init inside a run-once guardRich Salz2017-08-181-2/+11
* Reorder extensions to put SigAlgs lastTodd Short2017-08-184-11/+16
* Addressed build failure because of missing #ifdef AF_UNIX guardBalaji Marisetti2017-08-181-0/+2
* Add a comment on expectations in the "tar" targetRichard Levitte2017-08-181-0/+2
* Prepare tarball in dist directoryRichard Levitte2017-08-181-6/+6
* Turn on error sensitivity in the "tar" targetRichard Levitte2017-08-181-0/+1
* test/asn1_time_test.c: Better check of signed time_tRichard Levitte2017-08-181-2/+15
* err/err.c: improve readability.Andy Polyakov2017-08-181-6/+2
* err/err.c: fix "wraparound" bug in ERR_set_error_data.Andy Polyakov2017-08-181-2/+0
* Fix windows build after too aggressive e_os.h removalPauli2017-08-183-0/+3
* Remove tests dependence on e_os.hPauli2017-08-1858-58/+74
* Clear outputs in PKCS12_parse error handling.Bernd Edlinger2017-08-171-8/+13
* When building a tarball, avoid trying to copy submodulesRichard Levitte2017-08-171-1/+4
* Determine the number of output columns for the list and help commands usingPauli2017-08-171-15/+35
* Fix OCSP_basic_verify() cert chain construction in case bs->certs is NULLDavid von Oheimb2017-08-164-56/+147