Commit Graph

  • c54bae98ff remove ms/.rnd and add it to .gitignore Viktor Szakats 2016-03-09 15:38:06 +01:00
  • 599eccfcbf RT3676 add: Export ASN.1 DHparams Rich Salz 2016-03-09 20:56:43 -05:00
  • a70ca74086 Travis - don't use ccache with cross compiles Richard Levitte 2016-03-10 02:14:55 +01:00
  • a1673e1536 Avoid negative array index in BIO_debug_callback() Benjamin Kaduk 2016-03-08 16:44:57 -06:00
  • 80e8fdbe79 CT: check some GeneralizedTime return values Benjamin Kaduk 2016-03-08 15:53:49 -06:00
  • b805b4440d When configured "shared", don't build static libraries on Windows Richard Levitte 2016-03-10 01:58:27 +01:00
  • 9c17622326 Make util/mk1mf.pl recognise no-weak-ssl-ciphers Richard Levitte 2016-03-10 02:03:51 +01:00
  • dca7158c95 Avoid double-free in calleres to OCSP_parse_url Jim Basney 2016-03-09 17:11:49 -06:00
  • 642565106e Fix return type for CRYPTO_THREAD_run_once Mat 2016-03-10 02:29:02 +01:00
  • dd60efea95 Add X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flag Viktor Dukhovni 2016-03-08 15:20:02 -05:00
  • 29f082603a Remove duplicate typedef of ECPKPARAMETERS in ec.h Richard Levitte 2016-03-10 02:23:34 +01:00
  • 6b51459026 Run make update Kurt Roeckx 2016-03-09 22:54:16 +01:00
  • 32e4cc0cde Travis - the source directory is _srcdist, not _srcdir Richard Levitte 2016-03-10 01:31:06 +01:00
  • c5798e0eb5 Correct slight logic error in processing IF in build.info Richard Levitte 2016-03-09 23:58:44 +01:00
  • 64b9d84bfd When grepping something starting with a dash, remember to use -e Richard Levitte 2016-03-09 22:34:27 +01:00
  • 2b8fa1d56c Deprecate the use of version-specific methods Kurt Roeckx 2016-03-02 22:39:40 +01:00
  • 885e601d97 Use version flexible method instead of fixed version Kurt Roeckx 2016-03-02 22:38:08 +01:00
  • 0d5301aff9 Use minimum and maximum protocol version instead of version fixed methods Kurt Roeckx 2016-02-02 23:58:49 +01:00
  • 1fc7d6664a Fix usage of OPENSSL_NO_*_METHOD Kurt Roeckx 2016-02-02 23:16:20 +01:00
  • ca3895f0b5 Move disabling of RC4 for DTLS to the cipher list. Kurt Roeckx 2016-03-08 20:26:38 +01:00
  • 82478521aa Remove DES cipher alias Kurt Roeckx 2016-03-09 18:30:43 +01:00
  • 29c4cf0cd1 Update ciphers -s documentation Kurt Roeckx 2016-02-07 20:34:03 +01:00
  • cdc72e497d Document SSL_get1_supported_ciphers Kurt Roeckx 2016-02-07 20:33:43 +01:00
  • d7a474264b IDEA is not supported in TLS 1.2 Kurt Roeckx 2016-02-07 20:20:01 +01:00
  • 3eb2aff401 Add support for minimum and maximum protocol version supported by a cipher Kurt Roeckx 2016-02-07 20:17:07 +01:00
  • 068c358ac3 Add ssl_get_client_min_max_version() function Kurt Roeckx 2016-02-07 20:07:21 +01:00
  • b11836a63a Make SSL_CIPHER_get_version return a const char * Kurt Roeckx 2016-02-07 20:11:56 +01:00
  • 6063453c5a Remove unused code Kurt Roeckx 2016-02-07 17:52:22 +01:00
  • 7d65007238 Make function to convert version to string Kurt Roeckx 2016-02-07 20:56:40 +01:00
  • e4646a8963 Constify security callbacks Kurt Roeckx 2016-02-07 20:44:27 +01:00
  • ca74c38dc8 Documentation for ctx_set_ctlog_list_file() Rob Percival 2016-03-09 03:12:25 +00:00
  • 6bea2a72a8 Minor improvement to formatting of SCT output in s_client Rob Percival 2016-03-04 19:07:25 +00:00
  • 328f36c5c5 Do not display a CT log error message if CT validation is disabled Rob Percival 2016-03-04 19:06:43 +00:00
  • 60b350a3ef RT3676: Expose ECgroup i2d functions Rich Salz 2016-03-09 11:56:42 -05:00
  • c471884996 Comment away the extra checks in Configure Richard Levitte 2016-03-09 17:18:07 +01:00
  • 67336ea400 Make ct_dir and certs_dir static in test/ct_test.c Richard Levitte 2016-03-09 17:24:34 +01:00
  • 1bee9d6b6c Fix ct_test to not assume it's in the source directory Richard Levitte 2016-03-09 14:10:05 +01:00
  • 9ddff1e83c Document importance of CTLOG_STORE outliving SCT if SCT_set0_log is used Rob Percival 2016-03-09 15:23:58 +00:00
  • dc919c6935 Make SCT literals into const variables in ct_test.c Rob Percival 2016-03-09 02:46:15 +00:00
  • eac84e8127 Makes STACK_OF(SCT)* parameter of i2d_SCT_LIST const Rob Percival 2016-03-08 19:20:22 +00:00
  • 14db9bbd71 Removes SCT_LIST_set_source and SCT_LIST_set0_logs Rob Percival 2016-03-08 19:09:06 +00:00
  • 21b908a8f9 Makes SCT_get0_log return const CTLOG* Rob Percival 2016-03-08 18:58:03 +00:00
  • 12d2d28185 Makes CTLOG_STORE_get0_log_by_id return const CTLOG* Rob Percival 2016-03-08 18:55:55 +00:00
  • 98af731064 Improved documentation of SCT_CTX_* functions Rob Percival 2016-03-08 18:37:16 +00:00
  • e5a7ac446b Updates ct_err.c Rob Percival 2016-03-08 18:07:10 +00:00
  • 5c081a8f74 Remove unnecessary call to SCT_set1_extensions(sct, "", 0) in ct_test.c Rob Percival 2016-03-08 17:38:41 +00:00
  • 6d7fd9c142 Reset SCT validation_status if the SCT is modified Rob Percival 2016-03-08 17:35:40 +00:00
  • 9c812014c8 Use SCT_VERSION_V1 in place of literal 0 in ct_test.c Rob Percival 2016-03-07 18:41:43 +00:00
  • 70279a81a7 Fixes "usuable" typo in ct_locl.h Rob Percival 2016-03-07 18:38:17 +00:00
  • 70073f3e3a Treat boolean functions as booleans Rob Percival 2016-03-07 18:38:06 +00:00
  • 8c92c4eac0 Make parameters of CTLOG_get* const Rob Percival 2016-03-04 19:52:45 +00:00
  • 5da65ef23c Extensive application of __owur to CT functions that return a boolean Rob Percival 2016-03-04 19:51:43 +00:00
  • 8fbb93d0e2 Makes SCT_LIST_set_source return the number of successes Rob Percival 2016-03-04 20:37:28 +00:00
  • aeb5b95576 Fix locking in ssl_cert_dup() Todd Short 2016-03-09 10:01:43 -05:00
  • b7aacc3ac3 Restore building out of source with the unified build scheme Richard Levitte 2016-03-09 16:05:13 +01:00
  • 467bbe090b CT test can't run without EC, so skip it on that algo as well Richard Levitte 2016-03-09 16:35:48 +01:00
  • c469a9a81e Fix ct_test to not assume it's in the source directory Richard Levitte 2016-03-09 14:10:05 +01:00
  • 9b13e27c28 Update CHANGES and NEWS Matt Caswell 2016-03-09 13:00:37 +00:00
  • 651edc0d19 Fix classic build Matt Caswell 2016-03-09 14:58:42 +00:00
  • 635bd409b3 In build.info, an IF within a clause that's skipped over shouldn't apply Richard Levitte 2016-03-09 14:33:37 +01:00
  • 4a4e250c2a Add an entry in NEWS about the new threading API Matt Caswell 2016-03-09 12:33:26 +00:00
  • 5818c2b839 Update CHANGES for the new threading API Matt Caswell 2016-03-09 11:20:15 +00:00
  • 2e52e7df51 Remove the old threading API Matt Caswell 2016-03-09 10:35:53 +00:00
  • 4fc4faa7a7 Remove use of the old CRYPTO_LOCK_X5O9_STORE Matt Caswell 2016-03-09 09:52:39 +00:00
  • 9749a07a1d Don't call ENGINE_cleanup when configured "no-engine" Richard Levitte 2016-03-09 12:52:50 +01:00
  • 9ee3a5bb24 Don't add engines if configured "no-engine" Richard Levitte 2016-03-09 09:05:43 +01:00
  • 707059a9ad Don't add afalg engine if configured "no-engine" Richard Levitte 2016-03-09 09:05:03 +01:00
  • 79fff39d71 Don't check the conditions to build e_afalg if configured "no-engine" Richard Levitte 2016-03-09 09:04:01 +01:00
  • 63ee7129f1 Have Configure display the value of SHARED_CFLAG Richard Levitte 2016-03-04 15:41:42 +01:00
  • 5b14d5b5a0 Make sure the effect of "pic" / "no-pic" is used with assembler compilations Richard Levitte 2016-03-04 15:36:07 +01:00
  • e76f485391 Touch the correct variables for the system; shlib_wrap.sh on Solaris Richard Levitte 2016-03-09 11:36:32 +01:00
  • d3b3715072 Recognise 32-bit Solaris in util/shlib_wrap.sh Richard Levitte 2016-03-06 22:36:57 +01:00
  • a772e9d01a Touch the correct variables for the system; shlib_wrap.sh on Solaris Richard Levitte 2016-03-09 11:36:32 +01:00
  • 86e7543283 Recognise 32-bit Solaris in util/shlib_wrap.sh Richard Levitte 2016-03-06 22:36:57 +01:00
  • 30752dd7df Check gcc version to see if it supports -MM and friends Richard Levitte 2016-03-08 17:16:16 +01:00
  • dca5c70121 Add extra include directory for includers of ppc_arch.h Richard Levitte 2016-03-08 22:22:53 +01:00
  • b32b896166 Adapt INSTALL and related notes for Windows Richard Levitte 2016-03-08 14:44:46 +01:00
  • 0c1167fd61 Adapt appveyor.yml for the new unified build Richard Levitte 2016-03-07 19:18:42 +01:00
  • 9a1394c54e Adapt the Windows makefile template to source generation Richard Levitte 2016-03-07 14:12:45 +01:00
  • 2d32d3be15 Don't run the TLSProxy based tests in native Windows Richard Levitte 2016-03-05 19:59:30 +01:00
  • 08479bbb03 Unified - name native Windows shared libraries like MingW builds do Richard Levitte 2016-03-05 20:02:05 +01:00
  • 2fe7303628 Unified - extract settings from util/pl/VC-32.pl and make the config settings Richard Levitte 2016-03-02 16:12:22 +01:00
  • 7c0e1aa6e2 Unified - a native Windows makefile template Richard Levitte 2016-03-02 12:29:56 +01:00
  • 1a66190888 ec/asm/ecp_nistz256-sparcv9.pl: get corner logic right. Andy Polyakov 2016-03-07 23:50:01 +01:00
  • b564031677 Adapt mk1mf.pl and companions to changed perlasm script semantics Richard Levitte 2016-03-08 00:33:08 +01:00
  • 81e61d7cb5 Unified - adapt the generation of whirlpool assembler to use GENERATE Richard Levitte 2016-03-07 15:50:21 +01:00
  • e87e380a17 Unified - adapt the generation of sha assembler to use GENERATE Richard Levitte 2016-03-07 15:49:53 +01:00
  • 3c9d51ce8b Unified - adapt the generation of rc4 assembler to use GENERATE Richard Levitte 2016-03-07 15:48:49 +01:00
  • ac9888e5a9 Unified - adapt the generation of rc5 assembler to use GENERATE Richard Levitte 2016-03-07 15:49:09 +01:00
  • fe7f8263af Unified - adapt the generation of ripemd assembler to use GENERATE Richard Levitte 2016-03-07 15:49:34 +01:00
  • 57c83b3c3a Unified - adapt the generation of md5 assembler to use GENERATE Richard Levitte 2016-03-07 15:47:35 +01:00
  • 4f0d5f1849 Unified - adapt the generation of modes assembler to use GENERATE Richard Levitte 2016-03-07 15:47:57 +01:00
  • 3aa3af68a5 Unified - adapt the generation of poly1305 assembler to use GENERATE Richard Levitte 2016-03-07 15:48:25 +01:00
  • 6d33da3487 Unified - adapt the generation of des assembler to use GENERATE Richard Levitte 2016-03-07 15:46:42 +01:00
  • 73d2fb66ef Unified - adapt the generation of ec assembler to use GENERATE Richard Levitte 2016-03-07 15:47:09 +01:00
  • 5384d1e4eb Unified - adapt the generation of camellia assembler to use GENERATE Richard Levitte 2016-03-07 15:43:26 +01:00
  • db1983980b Unified - adapt the generation of cast assembler to use GENERATE Richard Levitte 2016-03-07 15:45:39 +01:00
  • df0cb57ca3 Unified - adapt the generation of chacha assembler to use GENERATE Richard Levitte 2016-03-07 15:46:17 +01:00
  • a4b4bb086b Because crypto/build.info demands CFLAGS_Q, descrip.mms.tmpl must deliver Richard Levitte 2016-03-07 19:48:17 +01:00
  • 0a4edb931b Unified - adapt the generation of cpuid, uplink and buildinf to use GENERATE Richard Levitte 2016-03-07 15:00:45 +01:00