index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
pk_pad
/
emsa1
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang-tidy readability-named-parameter
Jack Lloyd
2022-02-06
1
-1
/
+1
*
Small cleanups in EMSA1
Jack Lloyd
2021-06-07
1
-10
/
+12
*
Prevent using non-sensical padding schemes
Jack Lloyd
2021-05-22
1
-0
/
+2
*
Modify EMSA code to avoid raw pointers as args
Jack Lloyd
2021-04-06
2
-2
/
+2
*
More raw pointer removal
Jack Lloyd
2021-04-05
2
-3
/
+3
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
2
-5
/
+3
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
1
-0
/
+2
*
Reduce usage of oids.h with the addition of some helpers on OID
Jack Lloyd
2019-08-04
1
-2
/
+1
*
Avoid using deprecated public fields of AlgorithmIdentifier
Jack Lloyd
2019-08-04
1
-7
/
+5
*
Deprecate and replace OIDS::lookup
Jack Lloyd
2019-08-04
1
-3
/
+1
*
Update GOST to use 2012 OIDs/params
Jack Lloyd
2019-08-03
1
-2
/
+7
*
Catch exceptions by reference not value
Jack Lloyd
2018-03-16
1
-17
/
+11
*
Deinline functions in EMSA, add pubkey as dependency
Jack Lloyd
2017-12-23
2
-2
/
+7
*
Enable signing X509 structures with rsa-pss
Fabian Weissberg
2017-12-22
2
-0
/
+41
*
Make EMSA1 data private
Jack Lloyd
2017-10-02
1
-6
/
+4
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-1
/
+1
*
Header file cleanups
Jack Lloyd
2017-09-21
1
-0
/
+1
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Add API stability annotations.
Jack Lloyd
2017-09-19
1
-1
/
+1
*
Use constant_time_compare instead of same_mem
Jack Lloyd
2017-09-16
1
-1
/
+1
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
2
-15
/
+15
*
Simplify EMSA1 message recovery code
Jack Lloyd
2016-11-02
1
-14
/
+12
*
Add ECKCDSA signature algorithm
René Korthaus
2016-06-14
2
-1
/
+10
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-1
/
+1
*
Fix pbkdf, pk padding and ECDH registration for static linking.
Jack Lloyd
2015-09-11
1
-3
/
+0
*
pk_pad: Add missing overrides
Daniel Seither
2015-07-30
1
-4
/
+4
*
Clean up root dir, remove some unneeded dependencies
lloyd
2015-02-05
1
-4
/
+0
*
Use registry also for KDF, EMSA, and EME
lloyd
2015-01-31
1
-0
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
2
-2
/
+2
*
More unique_ptr, and pull <memory> all the way up to types.h
lloyd
2014-01-18
2
-30
/
+17
*
Move lib into src
lloyd
2014-01-10
3
-0
/
+158