aboutsummaryrefslogtreecommitdiff
path: root/cc/subtle/subtle_util_boringssl.h
AgeCommit message (Expand)Author
2022-01-26Move the `GetAesCtrCipherForKeySize` utility function to `internal/aes_util`ambrosin
2022-01-20Automatically apply some clang-tidy fixestholenst
2021-12-20Move ComputeEcdhSharedSecret and EcSignatureIeeeToDer to internal/ec_util.ambrosin
2021-12-15Inline and deprecate GetAes* methods in subtle/subtle_util_boringssl.ambrosin
2021-12-15Move Ed25519 utils from subtle_util_boringssl to internal/ec_util.ambrosin
2021-12-15Move message digest utils from subtle_util_boringssl to internal/md_util.ambrosin
2021-12-14Move EcKey generation to internal/ec_util.ambrosin
2021-12-13Move EC_POINT Encode/Decode utils to internal/ec_util.ambrosin
2021-12-10Move GetEcPoint from subtle_util_boringssl to internal/ec_util.ambrosin
2021-12-09Move GetEcGroup and GetCurve from subtle_util_boringssl to internal/ec_util.ambrosin
2021-12-08Modify creation of X25519 keys to use the EVP interface for compatibility wit...ambrosin
2021-12-06Move EC utility functions and structs to an internal namespace; deprecate the...ambrosin
2021-11-02Move RSA private key parameters extraction utility functions into internal ut...ambrosin
2021-11-02Moving RSA module/exponent validation and new key creation utility functions ...ambrosin
2021-11-02Move RSA structs to an internal folder; they are left as aliases in subtle_ut...ambrosin
2021-10-27Move BIGNUM utils to a separate internal/bn_util target. The equivalent stati...ambrosin
2021-10-25 Add ECDSA Public Key support to PublicKeyVerifyPemKeysetReader and PemParserTink Team
2021-10-21Move the `EnsureNonNull` utility to a new function `EnsureStringNonNull` in `...ambrosin
2021-10-21Move `GetErrors` out of subtle_util_boringssl into a `GetSslErrors` function ...ambrosin
2021-10-13Move AES util functions from subtle_util_boringssl to a separate aead_util file.ambrosin
2021-10-07Replace bssl::UniquePtr in subtle_util_boringsslambrosin
2021-06-03Add utility function to generate EC keys from a seed.kste
2021-02-01Add implementation of DeriveKey() to Ed25519 key manager.kste
2020-08-14Add support for serializing RSA keys as PEMTink Team
2020-08-14Include validation of RSA public exponent parameter.Tink Team
2020-06-05Use sanitizing containers in RSAwiktorg
2020-06-03Use sanitizing containers in ecdsa_sing_boringsslwiktorg
2020-03-27Add an AES GCM implementation using the Cord interface.kste
2020-03-25Use sanitizing containers in ecies_aead_hkdf_hybridwiktorg
2020-02-28Add PEM (RFC7468) decoder as a wrapper around BoringSSL.Tink Team
2019-10-30Expose the IEEE-to-DER converter for Elliptic Curve signatures as a util.Tink Team
2019-10-25Formatting changes due to internal changes.tholenst
2019-09-17Add support to create X25519 key pairs in C++.Tink Team
2019-09-17Add GetAesGcmAeadForKeySize to subtle_util_boringsslpaulavidas
2019-08-09Add GetAesCtrCipherForKeySize.paulavidas
2019-03-05Fix a memory leak in subtle_util_boringssl_test.tholenst
2019-02-12cc: Add ED25519 key managers for sign and verify operations. Update signature...candrian
2018-09-20rsa_ssa_pkcs1_verify_key_manager & move checking modulus size to SubtleUtilBo...Quan Nguyen
2018-08-30Implement RSA-SSA-PKCS1 subtle sign/verify primitives for Tink C++.Haris Andrianakis
2018-08-30Implement RsaSignBoringSsl.Rafael Lerm
2018-08-09Adds a function to SubtleUtilBoringSsl that generates a new RSA key pair.Rafael Lerm
2018-08-09Upgrade absl::string_view() to absl::string_view("") to make BoringSSL happy.Thai Duong
2018-07-31Support EcdsaSignatureEncoding::IEEE_P1363 in C++.Quan Nguyen
2018-07-27Make str2bn return a bssl::UniquePtr instead of a raw pointer, in order to av...Rafael Lerm
2018-07-27Enforce strong hash (SHA256, SHA512) in subtle's digital signature.Quan Nguyen
2018-07-27RsaSsaPssVerifyBoringSSLQuan Nguyen
2018-03-18Fixing C++ include-paths.Bartosz Przydatek
2017-12-19Adding C++ Ecdsa and aux classes for signatures.Bartosz Przydatek
2017-12-11Removing protos-dependency of C++ subtle.Bartosz Przydatek
2017-10-25Replacing google::protobuf::StringPiece with absl::string_view.Thai Duong