summaryrefslogtreecommitdiff
path: root/spec/xml/kit
AgeCommit message (Expand)Author
2021-01-30style: fix linter errorsv0.5.0mo khan
2019-04-30drop support for unsupported rubiesmokha
2019-04-21use rspec be_ matchermo
2019-04-20add spec for KeyPair@for?mokha
2019-04-20raise error for unsupported key typesmokha
2019-04-20raise an error when an encryption certificate is not providedmokha
2019-04-20allow keyinfo to provide symmetric and asymmetric key datamokha
2019-03-20Merge branch 'master' into set-defaull-sync-ciphermo khan
2019-03-20Add #id to EncryptedDataTobias Bielohlawek
2019-03-20Add default symmetric_cipher to `EncryptedData` and `EncryptedKey`Tobias Bielohlawek
2019-01-28pack bytes instead of using string interpolationv0.3.0mokha
2019-01-28split data as bytes rather than charactersmokha
2019-01-28ensure ascii and utf-8 content can be decryptedmokha
2019-01-26move keyinfo classes under key infomokha
2019-01-26simplify the soap examplemokha
2019-01-25remove bundler dependencymokha
2019-01-25remove encryption.buildermokha
2019-01-25extract encrypted data classmokha
2019-01-24allow target class to provide symmetric and assymetric ciphersmokha
2019-01-24update soap spec to use same symmetric key in EncryptedKey and EncryptedData ...mokha
2019-01-23add frozen string literal pragmamokha
2019-01-22remove external key infomokha
2019-01-22add assertionsmokha
2019-01-22fix linter errors.mokha
2019-01-22autofix linter errorsmokha
2019-01-22delegate to encrpyted keymokha
2019-01-22add x509 data to key infomokha
2019-01-22add retrieval method to key infomokha
2019-01-22with key name and key valuemokha
2019-01-21allow the injection of a custom key infomokha
2019-01-21ensure encrypted key matches xmlenc xsdmokha
2019-01-21encrypt symmetric keymokha
2019-01-21start to build EncryptedKey classmokha
2019-01-21decouple from deprecated methodmokha
2019-01-21add example of soap header and bodymokha
2019-01-21extract external key info classmokha
2019-01-21start to define the key_info classmokha
2019-01-21inject custom KeyInfomokha
2019-01-21create a separate fixture for key extractionmokha
2019-01-21add xsd validation for dsig and xmlencmokha
2018-12-02fix broken spec.mo
2018-12-02extract padding.mo
2018-12-02use cipher.key_len instead of calculating in tests.mo
2018-12-02use the proper iv len for each algorithmmokha
2018-12-02add -e (the default)mo
2018-12-02generate secret instead of using current file.mo
2018-12-02downcase algorithmmo
2018-12-02combine algorithm loops.mo
2018-12-02decrypt content encrypted with openssl cli.mo
2018-12-02test decryption with multiple algorithms and bitlengthsmo