Popular repositories
1,169 contributions in the last year
Less
More
Contribution activity
April 2021
Created 94 commits in 1 repository
Created a pull request in randombit/botan that received 1 comment
Opened 22 other pull requests in 1 repository
randombit/botan
22
merged
- Avoid now-deprecated PBKDF interface within the library
- Avoid raw pointers in TLS
- Add derive_key variant supporting AD and secret key
- Split password hashing functionality headers
- Add PBKDF::new_object replacing clone
- Avoid raw pointers in cipher mode code
- Add a function for creating an ECC key with arbitrary group
- More make_unique and removal of raw pointers
- More raw pointer removal
- Avoid raw pointers in the FFI internals
- Add some extra logic to try to figure out PKCS11 RSA test failures
- Avoid returning raw pointers in mode padding impl
- More uses of make_unique instead of unique_ptr(new ...)
- Remove /proc walker entropy source
- Use make_shared in x509_ext.cpp
- Use make_unique in PBKDF functions
- Replace T::clone with T::new_object
- Use make_unique in copy_state implementations
- Use make_unique in type factory functions
- Remove use of explicit new operator in cli
- Remove use of explicit new from compression APIs
- Update BoringSSL tests to latest version