aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactor file writing - adapt util/dofile.pl to use with_fallbackRichard Levitte2016-01-221-1/+7
* Bundle the non core Perl module Text::TemplateRichard Levitte2016-01-2227-0/+4499
* Refactor file writing - arrange for use of bundled Perl modules as fallbackRichard Levitte2016-01-221-0/+19
* Refactor file writing - introduce template driven file writingRichard Levitte2016-01-227-212/+415
* Refactor config - consolidate and refresh print_table_entryRichard Levitte2016-01-221-120/+84
* Fix quoting error in SRP printfAndy Isaacson2016-01-221-1/+1
* Fixed typo in the SSL_CTX_set_security_levelAlex Gaynor2016-01-221-1/+1
* Cleanup .gitignoreRichard Levitte2016-01-221-35/+37
* Configurations - no_asm_filler is long gone, don't use itRichard Levitte2016-01-222-4/+0
* Fix build failure with CIPHER_DEBUGAlessandro Ghedini2016-01-221-3/+2
* isalist(1) is obsolete; use isainfo(1)mmiyashi2016-01-221-2/+2
* Updated OSSL_DYNAMIC_VERSION/OSSL_DYNAMIC_OLDESTMichaƂ Trojnara2016-01-221-2/+2
* dsatest: use the correct BIO to print the test errorMarcus Meissner2016-01-221-1/+1
* few typo fixesFdaSilvaYY2016-01-222-3/+3
* Remove outdated conftest.cRich Salz2016-01-221-99/+0
* Refactor config - @MK1MF_Builds out, general build scheme inRichard Levitte2016-01-224-56/+108
* Refactor config - move templates and template docs to ConfigurationsRichard Levitte2016-01-223-390/+513
* Refresh the thinking of --prefix and --openssldirRichard Levitte2016-01-225-17/+44
* RT3863 ECC: Add missing NULL check. Set a flagBilly Brumley2016-01-212-0/+3
* Refactor config - throw away the last remains of '--test-sanity'Richard Levitte2016-01-211-4/+1
* Refactor config - consolidate handling of disabled stuffRichard Levitte2016-01-211-120/+81
* Refactor config - rewrite handling of "reconf"Richard Levitte2016-01-211-203/+194
* Multiple -trusted/-untrusted/-CRLfile options in verifyViktor Dukhovni2016-01-203-63/+89
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-2010-64/+45
* More X509_verify_cert() tests via verify(1).Viktor Dukhovni2016-01-209-5/+259
* Reject when explicit trust EKU are set and none match.Viktor Dukhovni2016-01-201-0/+15
* Commit pre-generated test_verify certsViktor Dukhovni2016-01-2030-0/+608
* Scripts to generate verify test certsViktor Dukhovni2016-01-202-0/+222
* Check Suite-B constraints with EE DANE recordsViktor Dukhovni2016-01-202-28/+46
* Refactor config - split read_config into read_config and resolve_configRichard Levitte2016-01-201-416/+244
* Refactor config - throw away '--test-sanity'Richard Levitte2016-01-201-43/+0
* Refactor config - a small cosmetic touchup of ConfigureRichard Levitte2016-01-201-12/+7
* Add an engine destructor to eng_cryptodev.Richard Levitte2016-01-201-0/+36
* Adapt BSD cryptodev engine to opaque EVP_MD_CTX, EVP_CIPHER_CTX, etcRichard Levitte2016-01-201-204/+333
* Remove update tagsRich Salz2016-01-2060-141/+8
* Consolidate "make update"Rich Salz2016-01-208-20/+20
* Handle SSL_shutdown while in init more appropriatelyMatt Caswell2016-01-204-4/+20
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-2039-108/+121
* Remove the GOST engineMatt Caswell2016-01-1936-7129/+14
* Fix BSD -rpath parameterRichard Levitte2016-01-191-1/+1
* API compat for SSLeay_add_ssl_algorithmsViktor Dukhovni2016-01-191-0/+3
* Validate ClientHello session_id field length and send alert on failureAlessandro Ghedini2016-01-192-5/+13
* prf redirection build fixesDr. Stephen Henson2016-01-192-1/+2
* Update license year range to 2016Prayag Verma2016-01-191-1/+1
* Support disabling any or all TLS or DTLS versionsViktor Dukhovni2016-01-199-593/+451
* Add documentation for EVP_PKEY_TLS1_PRFDr. Stephen Henson2016-01-191-0/+87
* add TLS1-PRF testsDr. Stephen Henson2016-01-191-0/+48
* Add TLS1-PRF test support to evp_testDr. Stephen Henson2016-01-191-0/+115
* use TLS PRFDr. Stephen Henson2016-01-191-144/+44
* Add TLS PRF method.Dr. Stephen Henson2016-01-1911-5/+440