summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: added integration test for connection timeoutmfazekas/add-test-for-conn-timeoutMiklós Fazekas2023-02-271-0/+32
* Remove trailing commasBen Schmeckpeper2023-02-081-2/+2
* Don't use the deprecated set_XXX methods on RSA keys.Ben Schmeckpeper2023-02-081-21/+21
* doc: use github private vunerability reportingMiklós Fazekas2023-02-062-3/+5
* Update README.mdMiklós Fazekas2023-02-061-1/+7
* Merge pull request #876 from bschmeck/raise-on-nil-pbkdfMiklós Fazekas2023-01-242-0/+27
|\
| * Raise an error if BCryptPbkdf doesn't give us a keyBen Schmeckpeper2022-07-201-0/+1
| * Failing test for passing a blank passwordBen Schmeckpeper2022-07-201-0/+6
| * Failing test for a key that specifies no PBKDF roundsBen Schmeckpeper2022-07-201-0/+20
* | Merge pull request #884 from tisba/patch-1Miklós Fazekas2023-01-241-0/+14
|\ \
| * | Adds 7.0.0 + 7.0.1 changelogSebastian Cohnen2022-11-091-0/+14
* | | Update expired certv7.1.0.beta1Miklós Fazekas2023-01-241-8/+8
* | | 7.1.0.beta1 releaseMiklós Fazekas2023-01-241-2/+2
* | | Update version.rbMiklós Fazekas2023-01-241-2/+2
* | | Fix typoRobin Wallin2023-01-171-1/+1
|/ /
* | Merge pull request #883 from sshock/fix-cert-sig-valid-checkMiklós Fazekas2022-10-182-7/+30
|\ \
| * | Add tests for a cert with a SHA512 signaturePhillip Hellewell2022-10-111-5/+28
| * | Fix certificate signature_valid? checkPhillip Hellewell2022-10-111-2/+2
|/ /
* | Bump actions/checkout to v3mishina2022-07-223-4/+4
* | andrewmcodes/rubocop-linter-action is deprecatedmishina2022-07-221-5/+8
|/
* Update version.rbv7.0.1Miklós Fazekas2022-06-261-1/+1
* Merge pull request #866 from terceiro/drop-debugging-statementMiklós Fazekas2022-06-261-1/+0
|\
| * Channel: drop debugging statementAntonio Terceiro2022-05-191-1/+0
* | Update version.rbv7.0.0Miklós Fazekas2022-06-261-1/+1
|/
* v 7.0.0.beta1 release preparev7.0.0.beta1Miklós Fazekas2022-04-301-2/+2
* Fix #854 regressionFlorian Wininger2022-04-291-5/+1
* Fix unit tests for OpenSSL 3Florian Wininger2022-04-293-2/+14
* fix rubocop issuesFlorian Wininger2022-04-295-44/+64
* diffie-hellman: create the key by generating the PEM fileSimon Chopin2022-04-291-17/+17
* Use OpenSSL::PKey::EC.generate static methodSimon Chopin2022-04-296-12/+12
* transport: create EC keys by loading PEM data directlySimon Chopin2022-04-291-3/+11
* buffer: create DSA keys by loading PEM data directlySimon Chopin2022-04-292-23/+36
* buffer: create RSA keys by loading PEM data directlySimon Chopin2022-04-293-24/+25
* tests: Enable legacy providers if using OpenSSL 3.0Simon Chopin2022-04-292-0/+31
* update rubocop configFlorian Wininger2022-04-292-16/+25
* Test all kexFlorian Wininger2022-04-201-0/+16
* Update tests suiteFlorian Wininger2022-04-152-7/+21
* Fix a typoFlorian Wininger2022-04-151-4/+4
* Read ecdsa private key in openssh formatMartin Sander2022-04-122-0/+69
* Add unit-test for openssl 3Florian Wininger2022-04-122-0/+31
* Generate all DSA keys with 1024 bitsSimon Chopin2022-04-125-11/+11
* openssl: DSA: don't hardcode expected signature sizeAntonio Terceiro2022-04-121-1/+2
* Update README.mdFlorian Wininger2022-04-121-0/+6
* Run only once unit testsFlorian Wininger2022-04-121-1/+3
* Run test with dockerFlorian Wininger2022-04-124-0/+75
* Use ruby 2.6 and newerFlorian Wininger2022-04-121-1/+1
* Configure rubocop for gh actionsFlorian Wininger2022-04-123-94/+128
* Run rubocop on the sideFlorian Wininger2022-04-122-3/+13
* Fix some nitsFlorian Wininger2022-04-122-4/+1
* Fix linkFlorian Wininger2022-04-121-1/+1