Skip to content
Snippets Groups Projects
Select Git revision
  • OpenSSL-engine-0_9_6-stable
  • OpenSSL-fips-0_9_7-stable
  • OpenSSL-fips-0_9_8-stable
  • OpenSSL-fips-1_2-stable
  • OpenSSL-fips-2_0-dev
  • OpenSSL-fips-2_0-stable
  • OpenSSL-fips2-0_9_7-stable
  • OpenSSL_0_9_6-stable
  • OpenSSL_0_9_7-stable
  • OpenSSL_0_9_8-stable
  • OpenSSL_0_9_8fg-stable
  • OpenSSL_1_0_0-stable
  • OpenSSL_1_0_1-stable
  • OpenSSL_1_0_2-stable
  • OpenSSL_1_1_0-stable
  • OpenSSL_1_1_1-stable
  • SSLeay
  • master protected
  • master-tlmsp default protected
  • master-tlmsp-latest-openssl protected
  • OpenSSL_1_1_1c
  • OpenSSL_1_1_0k
  • OpenSSL_1_0_2s
  • OpenSSL_1_0_2r
  • OpenSSL_1_1_1b
  • OpenSSL_1_0_2q
  • OpenSSL_1_1_0j
  • OpenSSL_1_1_1a
  • OpenSSL_1_1_1
  • OpenSSL_1_1_1-pre9
  • OpenSSL_1_0_2p
  • OpenSSL_1_1_0i
  • OpenSSL_1_1_1-pre8
  • OpenSSL_1_1_1-pre7
  • OpenSSL_1_1_1-pre6
  • OpenSSL_1_1_1-pre5
  • OpenSSL_1_1_1-pre4
  • OpenSSL_1_0_2o
  • OpenSSL_1_1_0h
  • OpenSSL_1_1_1-pre3
40 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.010Mar98989898765432129Feb282726252423222120191817181716151413Run make updateTravis - the source directory is _srcdist, not _srcdirCorrect slight logic error in processing IF in build.infoWhen grepping something starting with a dash, remember to use -eDeprecate the use of version-specific methodsUse version flexible method instead of fixed versionUse minimum and maximum protocol version instead of version fixed methodsFix usage of OPENSSL_NO_*_METHODMove disabling of RC4 for DTLS to the cipher list.Remove DES cipher aliasUpdate ciphers -s documentationDocument SSL_get1_supported_ciphersIDEA is not supported in TLS 1.2Add support for minimum and maximum protocol version supported by a cipherAdd ssl_get_client_min_max_version() functionMake SSL_CIPHER_get_version return a const char *Remove unused codeMake function to convert version to stringConstify security callbacksDocumentation for ctx_set_ctlog_list_file()Minor improvement to formatting of SCT output in s_clientDo not display a CT log error message if CT validation is disabledRT3676: Expose ECgroup i2d functionsComment away the extra checks in ConfigureMake ct_dir and certs_dir static in test/ct_test.cFix ct_test to not assume it's in the source directoryDocument importance of CTLOG_STORE outliving SCT if SCT_set0_log is usedMake SCT literals into const variables in ct_test.cMakes STACK_OF(SCT)* parameter of i2d_SCT_LIST constRemoves SCT_LIST_set_source and SCT_LIST_set0_logsMakes SCT_get0_log return const CTLOG*Makes CTLOG_STORE_get0_log_by_id return const CTLOG*Improved documentation of SCT_CTX_* functionsUpdates ct_err.cRemove unnecessary call to SCT_set1_extensions(sct, "", 0) in ct_test.cReset SCT validation_status if the SCT is modifiedUse SCT_VERSION_V1 in place of literal 0 in ct_test.cFixes "usuable" typo in ct_locl.hTreat boolean functions as booleansMake parameters of CTLOG_get* const