aboutsummaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
ky/ssl-ruby-iolibresslKazuki Yamaguchi5 weeks
ky/restore-openssl-3-engine.github/workflows/test.yml: add back fips 3.0.10Kazuki Yamaguchi6 weeks
ky/cipher-update-fix-buffer-sizecipher: fix buffer overflow in Cipher#updateKazuki Yamaguchi3 months
ky/pkey-get0-check-errorspkey: check return value of EVP_PKEY_get0_*()Kazuki Yamaguchi3 months
ky/release-3.2.0fixup! Update README and gemspec descriptionKazuki Yamaguchi7 months
ky/remove-mdebugRemove OSSL_DEBUG compile-time optionKazuki Yamaguchi8 months
ky/test-pkey-ec-builtin-curvestest/openssl/test_pkey_ec.rb: refactor tests for EC.builtin_curvesKazuki Yamaguchi8 months
ky/ssl-update-default-dh-paramsssl: use ffdhe2048 from RFC 7919 as the default DH group parametersKazuki Yamaguchi8 months
ky/test-use-test-unit-ruby-coreUse the test-unit-ruby-core gem for Test::Unit::CoreAssertionsKazuki Yamaguchi8 months
ky/reduce-header-filesextract declarations of Init_ossl_*() functions to ossl.hKazuki Yamaguchi8 months
masterMerge pull request #669 from junaruga/wip/decode-with-non-zero-selectionsKazuki Yamaguchi8 months
ky/error-additional-dataInclude "additional data" message in OpenSSL errorsKazuki Yamaguchi8 months
ky/ssl-ca-file-ca-path-raisessl: raise SSLError if loading ca_file or ca_path failsKazuki Yamaguchi8 months
ky/pkey-document-traditional-pem[DOC] enhance RDoc for exporting pkeysKazuki Yamaguchi10 months
ky/cipher-avoid-pkcs5_keyivgen[DOC] remove top-level example for OpenSSL::Cipher#pkcs5_keyivgenKazuki Yamaguchi10 months
ky/cipher-inspectcipher: implement OpenSSL::Cipher#inspectKazuki Yamaguchi10 months
ky/ssl-connect-verify-error-ssl-error-syscallRevert "Relax error message check for OpenSSL 3.1"Kazuki Yamaguchi11 months
ky/pkey-fix-warning-single-bit-bitfield-constant-conversionpkey: use unsigned type for bit fieldsKazuki Yamaguchi11 months
ky/require-ruby-2.7Drop support for Ruby 2.6Kazuki Yamaguchi11 months
ky/extconf-append-flags-lastextconf.rb: apply RUBY_OPENSSL_EXT{C,LD}FLAGS after checking featuresKazuki Yamaguchi11 months
maint-3.1Merge branch 'maint-3.0'Kazuki Yamaguchi16 months
maint-3.0test/openssl/test_pkey.rb: allow failures in test_s_generate_parametersKazuki Yamaguchi16 months
ky/release-3.1.0Ruby/OpenSSL 3.1.0Kazuki Yamaguchi16 months
ky/release-3.0.2Ruby/OpenSSL 3.0.2Kazuki Yamaguchi16 months
ky/release-2.2.3Ruby/OpenSSL 2.2.3Kazuki Yamaguchi16 months
maint-2.2Ruby/OpenSSL 2.2.3Kazuki Yamaguchi16 months
ky/pkey-ec-fix-checkpkey/ec: check private key validity with OpenSSL 3Joe Truba16 months
pr/565pkey/ec: check private key validity with OpenSSL 3Joe Truba16 months
pr/558Undefine `OpenSSL::SSL` for no socket platformsYuta Saito16 months
ky/libressl-3.7.0ssl: disable NPN support on LibreSSLKazuki Yamaguchi16 months
ky/pkey-track-privatepkey: track whether pkey is private key or notKazuki Yamaguchi18 months
ky/pkey-dh-i2d_KeyParamspkey/dh: use i2d_KeyParams family to implement #to_der and #to_pemKazuki Yamaguchi18 months
maint-2.1Ruby/OpenSSL 2.1.4Kazuki Yamaguchi20 months
ky/pkey-ec-export-segfault-regressionpkey/ec: check existence of public key component before exportingKazuki Yamaguchi20 months
ky/pkey-read-prefer-keyspkey: restore support for decoding "openssl ecparam -genkey" outputKazuki Yamaguchi20 months
ky/pkey-dsa-generate-fix-qpkey/dsa: let PKey::DSA.generate choose appropriate q sizeKazuki Yamaguchi20 months
ky/hmac-evp-use-raw-private-keyhmac: use EVP_PKEY_new_raw_private_key() if availableKazuki Yamaguchi20 months
ky/x509-delete-attr-cleanupx509*: fix error queue leak in #extensions= and #attributes= methodsKazuki Yamaguchi20 months
ky/pkey-get-paramspkey: [WIP] remember whether pkey contains private key or notKazuki Yamaguchi21 months
gh-pagesSync with v3.0.0Kazuki Yamaguchi2 years
ky/release-3.0.0Ruby/OpenSSL 3.0.0Kazuki Yamaguchi2 years
ky/openssl-3.0.0pkey: from_data wipKazuki Yamaguchi2 years
ky/openssl-3.0.0-part2.github/workflows: test against OpenSSL 3.0Kazuki Yamaguchi2 years
ky/pkey-deprecate-modifypkey: deprecate PKey#set_* methodsKazuki Yamaguchi2 years
ky/pkey-base-duppkey: use EVP_PKEY_dup() if availableKazuki Yamaguchi2 years
ky/pkey-ossl-decoderpkey: use OSSL_DECODER to load encrypted PEM on OpenSSL 3.0Kazuki Yamaguchi2 years
ky/ssl-unstarted-iossl: disallow reading/writing to unstarted SSL socketKazuki Yamaguchi3 years
ky/openssl-3.0.0-part1bn: expand BIGNUM_RAND and BIGNUM_RAND_RANGE macrosKazuki Yamaguchi3 years
ky/ssl-test-assume-ec-supporttest/openssl/test_pkey_rsa: disable test_no_private_exp on OpenSSL 3.0Kazuki Yamaguchi3 years
ky/require-ruby-2.6require Ruby 2.6 or laterKazuki Yamaguchi3 years
ky/release-2.2.1Ruby/OpenSSL 2.2.1Kazuki Yamaguchi3 years
ky/release-2.1.3Ruby/OpenSSL 2.1.3Kazuki Yamaguchi3 years
ky/ssl-mark-reverse-referencesssl: avoid directly storing String object in NPN callbackKazuki Yamaguchi3 years
ky/require-digest-gemdigest: load digest library using Kernel#requireKazuki Yamaguchi3 years
ky/pkey-ec-verify-overflowpkey: use RSTRING_LENINT() instead of casting to intKazuki Yamaguchi3 years
ky/maint-refuse-openssl-3.0ext/openssl/extconf.rb: require OpenSSL version >= 1.0.1, < 3Kazuki Yamaguchi3 years
ky/ssl-sysread-syswrite-protect-bufferssl: temporary lock string buffer while readingKazuki Yamaguchi3 years
ky/ssl-set-tmp-dhssl: add SSLContext#tmp_dh=Kazuki Yamaguchi3 years
ky/ssl-native-hostname-verifyssl: deprecate SSLSocket#post_connection_checkKazuki Yamaguchi3 years
ky/use-bundlertest/openssl/envutil: remove assert_raise_with_messageKazuki Yamaguchi3 years
ky/pkey-encrypt-decryptpkey/dsa: refactor DSA#sys{sign,verify} with PKey#{sign,verify}_rawKazuki Yamaguchi3 years
ky/pkey-remove-deprecated-setterspkey: remove deprecated parameter settersKazuki Yamaguchi3 years
ky/parse-der-then-pemx509, ssl, pkcs7: try to parse as DER-encoding firstKazuki Yamaguchi3 years
ky/drop-openssl-1.0.2rand: use OPENSSL_NO_EGD macroKazuki Yamaguchi3 years
ky/release-3.0.0.beta1wipKazuki Yamaguchi3 years
ky/add-cms-supportcms: add binding for Cryptographic Message Syntax (CMS)Kazuki Yamaguchi3 years
ky/bn-inspectbn: add OpenSSL::BN#inspectKazuki Yamaguchi3 years
ky/pkey-generic-evp-morepkey/dh, pkey/ec: use EVP_PKEY_check() familyKazuki Yamaguchi3 years
pendingpkey/dsa: refactor DSA#sys{sign,verify} with PKey#{sign,verify}_rawKazuki Yamaguchi3 years
ky/pkey-refactor-generatepkey: remove unused ossl_generate_cb_2() helper functionKazuki Yamaguchi3 years
ky/pkey-sign-verify-optionspkey: allow setting algorithm-specific options in #sign and #verifyKazuki Yamaguchi3 years
ky/drop-openssl-1.0.1ossl.c: do not set locking callbacks on LibreSSLKazuki Yamaguchi3 years
pull/361/headsquash! Add feature for loading the chained certificate into Certificate arrayKazuki Yamaguchi3 years
ky/pkcs7-add-signer-keep-pkey-ptrpkcs7: keep private key when duplicating PKCS7_SIGNER_INFOKazuki Yamaguchi3 years
testtest/openssl/test_config: skip tests for .include on older OpenSSLKazuki Yamaguchi3 years
ky/ssl-sslsocket-hostname-server-sidessl: store SNI hostname in SSLSocket#hostname on the server-sideKazuki Yamaguchi3 years
ky/sample-updatessample: update obsolete API useKazuki Yamaguchi3 years
ky/bn-check-negative-error-returnsbn: check -1 return from BIGNUM functionsKazuki Yamaguchi3 years
ky/pkey-remove-ec-group-from-raw-methodpkey/ec: remove OpenSSL::PKey::EC::Group.new(ec_method) formKazuki Yamaguchi4 years
ky/ssl-remove-tmp-ecdh-callbackssl: remove SSL::SSLContext#tmp_ecdh_callbackKazuki Yamaguchi4 years
ky/ssl-macos-send-eprototypessl: retry write on EPROTOTYPE on macOSKazuki Yamaguchi4 years
ky/x509store-reviewtest/openssl/test_x509store: tidy up tests for X509::Store#add_certKazuki Yamaguchi4 years
ky/x509stctx-new-fix-leakx509store: fix memory leak in X509::StoreContext.newKazuki Yamaguchi4 years
ky/ssl-attr-default-valuesssl: initialize verify_mode and verify_hostname with default valuesKazuki Yamaguchi4 years
ky/hmac-base64hmac: implement base64digest methodsKazuki Yamaguchi4 years
ky/hmac-evphmac: migrate from the low-level HMAC API to the EVP APIKazuki Yamaguchi4 years
ky/pkey-ec-point-deprecate-mul-arypkey/ec: deprecate OpenSSL::PKey::EC::Point#mul(ary, ary [, bn])Kazuki Yamaguchi4 years
ky/digest-digest-shimdigest: redefine ::Digest constants with OpenSSL::Digest onesKazuki Yamaguchi4 years
ky/pkey-generic-operationspkey: reimplement PKey::DH#compute_key and PKey::EC#dh_compute_keyKazuki Yamaguchi4 years
ky/pkey-refactor-serializationpkey: refactor #export/#to_pem and #to_derKazuki Yamaguchi4 years
ky/config-use-openssl-apiconfig: replace DupConfigPtr() with GetConfig()Kazuki Yamaguchi4 years
ky/release-2.2.0Ruby/OpenSSL 2.2.0Kazuki Yamaguchi4 years
ky/pkey-add-oid-inspectpkey: add PKey#inspect and #oidKazuki Yamaguchi4 years
maint-2.0Merge pull request #350 from rhenium/ky/ssl-fix-verify-hostname-set-error-codeKazuki Yamaguchi4 years
ky/actions-update.travis.yml: fully migrate to GitHub ActionsKazuki Yamaguchi4 years
ky/ssl-fix-verify-hostname-set-error-codessl: set verify error code in the case of verify_hostname failureKazuki Yamaguchi4 years
ky/fix-openssl-version-constantlib/openssl.rb: require openssl/version.rbKazuki Yamaguchi4 years
ky/engine-load-updatesengine: fix guards for 'dynamic' and 'cryptodev' enginesKazuki Yamaguchi4 years
ky/engine-load-revert-cloudhsmengine: revert OpenSSL::Engine.load changes for cloudhsmKazuki Yamaguchi4 years
ky/ssl-avoid-mixed-declarationsssl: avoid declarations after statementsKazuki Yamaguchi4 years
ky/ssl-test-fixupstest/openssl/test_ssl: allow kRSA tests to failKazuki Yamaguchi4 years
ky/config-deprecate-modifyconfig: deprecate OpenSSL::Config#add_value and #[]=Kazuki Yamaguchi4 years
ky/ts-simplify-tsreq-get-algorithmts: simplify OpenSSL::Timestamp::Request#algorithmKazuki Yamaguchi4 years
ky/ssl-test-fix-fallback-scsvtest/openssl/test_ssl: skip test_fallback_scsv if necessaryKazuki Yamaguchi4 years
ky/remove-wdeprecated-declarationsextconf.rb: get rid of -Werror=deprecated-declarationsKazuki Yamaguchi4 years
ky/revert-rsa-require-private-expRevert "Fix segfaults in OpenSSL::PKey::RSA#private_{en,de}crypt when private...Kazuki Yamaguchi4 years
ky/config-include-directiveconfig: support .include directiveKazuki Yamaguchi4 years
ky/x509name-cmp-bugfixx509name: fix OpenSSL::X509::Name#{cmp,<=>}Kazuki Yamaguchi6 years
ky/ossl-raise-extra-dataossl.c: let ossl_raise() generate more informative error messageKazuki Yamaguchi6 years
pr/204ts: require list of allowed digest algos for FactoryBen Toews6 years
ky/test-fixtures-updatetest: use larger keys for SSL testsKazuki Yamaguchi6 years
jm/buffering-reduce-memory-allocationReduce memory allocation when writing to SSLSocketJanko Marohnić6 years
ky/x509name-to-s-emptyx509name: fix handling of X509_NAME_{oneline,print_ex}() return valueKazuki Yamaguchi6 years
ky/openssl-1.1.1-part2test/test_ssl: fix test failure with TLS 1.3Kazuki Yamaguchi6 years
ky/docker-image-update-201808tool/ruby-openssl-docker: update to latest versionsKazuki Yamaguchi6 years
ky/pkey-generate-interrupt-resumepkey: resume key generation after interruptKazuki Yamaguchi6 years
ky/print-all-errors-on-queuewipKazuki Yamaguchi6 years
ky/openssl-1.1.1test/test_ssl_session: set client protocol version explicitlyKazuki Yamaguchi6 years
ky/libressl-2.7extconf.rb: fix build with LibreSSL 2.7.0Kazuki Yamaguchi6 years
ky/cipher-pkcs5-keyivgen-validate-itercipher: validate iterations argument for Cipher#pkcs5_keyivgenKazuki Yamaguchi6 years
ky/pkcs7-decrypt-without-recipients-certificatepkcs7: allow recipient's certificate to be omitted for PKCS7#decryptKazuki Yamaguchi6 years
ky/release-2.1.0Ruby/OpenSSL 2.1.0Kazuki Yamaguchi6 years
ky/release-2.0.7Ruby/OpenSSL 2.0.7Kazuki Yamaguchi6 years
ky/fix-ssl-test-internal-encodingFix test-all tests to avoid creating report_on_exception warningseregon6 years
ky/pkey-ec-point-octet-stringpkey/ec: add support for octet string encoding of EC pointKazuki Yamaguchi6 years
ky/release-2.1.0.beta2Ruby/OpenSSL 2.1.0.beta2Kazuki Yamaguchi6 years
ky/x509-implement-eqtest/test_x509crl: fix random failureKazuki Yamaguchi6 years
ky/kdf-hkdfkdf: add HKDF supportKazuki Yamaguchi6 years
ky/ssl-add-certificatetest/test_ssl: fix test_security_levelKazuki Yamaguchi6 years
ky/pkey-rsa-sign-pssAdd RSA sign_pss() and verify_pss() methodsPeter Karman6 years
ky/pkey-check-sanityx509cert, x509crl, x509req, ns_spki: check sanity of public keyKazuki Yamaguchi6 years
ky/ssl-sigalgswipKazuki Yamaguchi6 years
ky/ssl-write-multibuffering: let #write accept multiple argumentsKazuki Yamaguchi7 years
ky/ssl-version-min-maxssl: fix conflict of options in SSLContext#set_paramsKazuki Yamaguchi7 years
ky/cipher-non-aead-auth-datatest/test_cipher: fix test_non_aead_cipher_set_auth_data failureKazuki Yamaguchi7 years
ky/skip-session-remove-cb-teststest/test_ssl_session: skip tests for session_remove_cbKazuki Yamaguchi7 years
ky/ssl-keylogssl: add keylog_callback to SSLContextKazuki Yamaguchi7 years
ky/docs-avoid-unnecessary-digestfixup! hmac: format examplesKazuki Yamaguchi7 years
topic/pkey-genericpkey: reimplement PKey::DH#compute_key and PKey::EC#dh_compute_keyKazuki Yamaguchi7 years
ky/update-teststest/test_random: improve C0 coverageKazuki Yamaguchi7 years
ky/ssl-extend-socket-forwarderssl: add new methods to SocketForwarderKazuki Yamaguchi7 years
ky/release-2.0.6Ruby/OpenSSL 2.0.6Kazuki Yamaguchi7 years
ky/fix-legacy-locking-callback-relockossl.c: make legacy locking callbacks reentrantKazuki Yamaguchi7 years
ky/ssl-read-fix-leak-uninitializedssl: prevent SSLSocket#sysread* from leaking uninitialized dataKazuki Yamaguchi7 years
wip/ocsp-accessorsocsp: add OCSP::OneRequest, a wrapper of OCSP_ONEREQKazuki Yamaguchi7 years
ky/maint-libressl-2.6tool/ruby-openssl-docker: updateKazuki Yamaguchi7 years
wip/load-openssl-config-by-defaultinit: load the default OpenSSL config during initializationKazuki Yamaguchi7 years
ky/fix-test-pair-write-nonblocktest/test_pair: fix test_write_nonblock{,_no_exceptions}Kazuki Yamaguchi7 years
ky/release-2.1.0.beta1Ruby/OpenSSL 2.1.0.beta1Kazuki Yamaguchi7 years
ky/x509name-fix-parse-opensslx509name: update regexp in OpenSSL::X509::Name.parseKazuki Yamaguchi7 years
ky/x509name-to-utf-8x509name: add OpenSSL::X509::Name#inspectKazuki Yamaguchi7 years
ky/ssl-sysread-dont-check-ssl-pendingssl: remove useless call to rb_thread_wait_fd()Kazuki Yamaguchi7 years
ky/maint-fix-test-with-tls13test/test_pair, test/test_ssl: fix for TLS 1.3Kazuki Yamaguchi7 years
ky/cipher-aead-set-aead-tag-documentation-fixcipher: update the documentation for Cipher#auth_tag=Kazuki Yamaguchi7 years
ky/x509name-add-entry-optionsx509name: add 'loc' and 'set' kwargs to OpenSSL::X509::Name#add_entryKazuki Yamaguchi7 years
topic/asn1-overhaulasn1: do not treat EOC octets as part of content octetsKazuki Yamaguchi7 years
ky/pem-passwd-cb-get-rid-of-minlenossl_pem_passwd_cb: handle nil from the block explicitlyKazuki Yamaguchi7 years
wip/add-inspect-methodscipher: add Cipher#inspectKazuki Yamaguchi7 years
ky/appveyor-update-201707appveyor.yml: test against Ruby 2.4Kazuki Yamaguchi7 years
metaDocument how to make a releaseKazuki Yamaguchi7 years
topic/ocsp-request-is-signedocsp: add OpenSSL::OCSP::Request#signed?Kazuki Yamaguchi7 years
wip-topic/honor-frozen-statedigest: honor frozen stateKazuki Yamaguchi7 years
hold/sct-initial-supportwipKazuki Yamaguchi7 years
topic/expand-ruby-missing-hExpand FPTR_TO_FD() macroKazuki Yamaguchi7 years
topic/test-ssl-fix-typotest/test_ssl: fix typo in test_sysread_and_syswriteKazuki Yamaguchi7 years
topic/kdf-modulekdf: add scryptKazuki Yamaguchi7 years
wip-topic/check-memory-alloc-failuresCheck return value of CRYPTO_set_ex_data()Kazuki Yamaguchi7 years
topic/pkey-signerx509: sign with OpenSSL::PKey::Signer interfaceKazuki Yamaguchi7 years
topic/fix-rdoc-markupFix RDoc markupKazuki Yamaguchi7 years
topic/ssl-fixup-ex_data-handlingssl: assume SSL/SSL_CTX always have a valid reference to the Ruby objectKazuki Yamaguchi7 years
topic/ssl-remove-TLS_DH_anon_WITH_AES_256_GCM_SHA384ssl: remove OpenSSL::ExtConfig::TLS_DH_anon_WITH_AES_256_GCM_SHA384Kazuki Yamaguchi7 years
ky/ocsp-staplingssl: add basic support for OCSP staplingKazuki Yamaguchi7 years
reject/x509name-to_s-unescape-utf8x509: do not escape UTF-8 charactersKazuki Yamaguchi7 years
ky/rand-pollrandom: add OpenSSL::Random.pollKazuki Yamaguchi7 years
wip-topic/ssl-nosock-fix-buildssl: fix build with OPENSSL_NO_SOCKKazuki Yamaguchi7 years
topic/testing-with-ruby24.travis.yml: test with Ruby 2.4Kazuki Yamaguchi7 years
wip-topic/ssl-session-ticket-accessorsssl: add OpenSSL::SSL::SSLSocket#session_ticket_keysKazuki Yamaguchi7 years
topic/ssl-certificate-verify-error-descssl: show reason of 'certificate verify error' in exception messageKazuki Yamaguchi7 years
topic/ssl-move-default-dh-paramsssl: move default DH parameters from OpenSSL::PKey::DHKazuki Yamaguchi7 years
topic/pkey-dh-generate-key-lengthpkey: allow specifying size of DH private exponent to generateKazuki Yamaguchi7 years
topic/test-memory-leakEnable OSSL_MDEBUG on CI buildsKazuki Yamaguchi7 years
ky/timestamp-supportuaKazuki Yamaguchi7 years
topic/windows-static-linking-without-pkg-configFix build with static OpenSSL libraries on WindowsKazuki Yamaguchi7 years
topic/bn-updatesbn: implement OpenSSL::BN#negative?Kazuki Yamaguchi7 years
topic/drop-openssl-098-and-100Remove support for OpenSSL 0.9.8 and 1.0.0Kazuki Yamaguchi7 years
topic/under-gc-stresstest: run test cases under GC.stress if OSSL_GC_STRESS is specifiedKazuki Yamaguchi7 years
topic/ssl-make-sslctx-freeze-alias-of-setupssl: make OpenSSL::SSL::SSLContext#freeze an alias of #setupKazuki Yamaguchi7 years
wip-topic/ssl-shutdown-correctlywipKazuki Yamaguchi7 years
topic/rake-install-dependenciesAdd install_dependencies rake task that installs testing dependenciesKazuki Yamaguchi7 years
topic/docker-image-updateDrop support for LibreSSL < 2.3Kazuki Yamaguchi8 years
topic/test-static-test-vectortest/test_pkey_*: refine sign/verify testsKazuki Yamaguchi8 years
topic/readme-link-documentationAdd link to the documentation on README.mdKazuki Yamaguchi8 years
topic/cipher-no-initialize-null-keycipher: don't set dummy encryption key in Cipher#initializeKazuki Yamaguchi8 years
topic/asn1-fix-oob-read-constructedasn1: fix out-of-bounds read in decoding constructed objectsKazuki Yamaguchi8 years
topic/pkey-ec-conversion-formpkey: allow specifying conversion form in EC::Point#to_bnKazuki Yamaguchi8 years
topic/pkey-ec-unlinkpkey: make OpenSSL::PKey::EC::Group wrap an EC_GROUP directlyKazuki Yamaguchi8 years
topic/ssl-test-cleanuptest/utils: remove use_anon_cipher option from SSLTestCase#start_serverKazuki Yamaguchi8 years
topic/pkcs12-read-no-private-keypkcs12: fix .new to handle strucuture with no keys or no certsKazuki Yamaguchi8 years
topic/ssl-eliminate-init-varsssl: eliminate SSLContext::INIT_VARSKazuki Yamaguchi8 years
topic/argument-conversionbn: optimize try_convert_to_bnptr() for non-BN objectsKazuki Yamaguchi8 years
topic/doc-workMerge pull request #68 from ruby/contrib-docker-testsKazuki Yamaguchi8 years
topic/fixup-docsx509store: fixup documentationKazuki Yamaguchi8 years
topic/fixup-teststest: remove unused methodsKazuki Yamaguchi8 years
topic/ruby-openssl-docker-updatetravis: enable OSSL_MDEBUG optionKazuki Yamaguchi8 years
topic/gh-pages-rdocFix RDoc main pageKazuki Yamaguchi8 years
topic/merge-ruby-openssl-dockerMerge zzak/ruby-openssl-docker repositoryKazuki Yamaguchi8 years
topic/pkey-rsa-verify-error-queuepkey: clear OpenSSL error queue on PKey::PKey#verify failureKazuki Yamaguchi8 years
topic/cipher-doc-aeadcipher: follow up for the previous documentation updateKazuki Yamaguchi8 years
topic/memory-leakstest/test_pkey_rsa: remove memory leak regression testKazuki Yamaguchi8 years
topic/cipher-auth-tag-lencipher: add Cipher#auth_tag_len=Kazuki Yamaguchi8 years
topic/ssl-contiditional-explicit-ciphersuitesssl: conditionally set explicit cipher suite listKazuki Yamaguchi8 years
topic/fix-initialize-copyImplement missing initialize_copyKazuki Yamaguchi8 years
topic/cipher-fixescipher: use lower-case cipher name in OpenSSL::Cipher::*.newKazuki Yamaguchi8 years
topic/ssl-verify-hostnamessl: add verify_hostname option to SSLContextKazuki Yamaguchi8 years
topic/doc-ssl-sync-closeDocument OpenSSL::SSL::SSLSocket#sync_closeKazuki Yamaguchi8 years
topic/rdoc-fixesFix RDoc styleKazuki Yamaguchi8 years
topic/cipher-iv-lencipher: allow setting IV length when using AEAD ciphersKazuki Yamaguchi8 years
topic/pkey-read-pkey-errorpkey: make PKey.read raise PKey::PKeyError rather than ArgumentErrorKazuki Yamaguchi8 years
topic/ocsp-basic-verify-bugocsp: add workaround for OCSP_basic_verify() bugKazuki Yamaguchi8 years
topic/fix-doc-pkey-loadingImprove 'Loading a key' section of the documentationKazuki Yamaguchi8 years
topic/ssl-check-pkey-privatessl: reject keys without private componentsKazuki Yamaguchi8 years