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
/
pk_pad
/
eme1
/
eme1.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-130
/
+0
*
Fix OAEP key size check during encoding, and an array over-read when
lloyd
2013-12-06
1
-2
/
+2
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
1
-6
/
+5
*
First step towards replacing the existing containers with std::vector
lloyd
2012-05-18
1
-3
/
+3
*
Search for the delimiter bytes in OAEP using a loop that doesn't have
lloyd
2011-05-05
1
-25
/
+34
*
EME1::HASH_LENGTH was always exactly the output size of the hash, but
lloyd
2010-10-28
1
-17
/
+16
*
Use output_length() instead of OUTPUT_LENGTH pseudo-property
lloyd
2010-10-13
1
-1
/
+1
*
Use size_t instead of u32bit in pk_pad
lloyd
2010-10-12
1
-7
/
+7
*
Remove more uses of vector to pointer implicit conversions
lloyd
2010-09-13
1
-6
/
+12
*
More vector->pointer conversion removals.
lloyd
2010-09-13
1
-1
/
+1
*
Big, invasive but mostly automated change, with a further attempt at
lloyd
2010-09-07
1
-2
/
+0
*
Partially protect OAEP decoding against a timing attack. Possibility
lloyd
2010-05-12
1
-12
/
+28
*
Clean up exceptions. Remove some unused ones like Config_Error. Make
lloyd
2010-01-05
1
-1
/
+1
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-16
/
+18
*
Add a ref to a paper describing a chosen ciphertext attack on OAEP
lloyd
2008-12-08
1
-0
/
+8
*
Remove dependency on lookup.h from EME1. Now hardcoded to use MGF1 (the
lloyd
2008-09-30
1
-6
/
+4
*
Move all modules into src/ directory
lloyd
2008-09-28
1
-0
/
+95