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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
3
-182
/
+0
*
Fix OAEP key size check during encoding, and an array over-read when
lloyd
2013-12-06
1
-2
/
+2
*
Give everything setting a feature test macro in build.h a version code
lloyd
2013-11-28
1
-1
/
+1
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
2
-9
/
+8
*
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
2
-18
/
+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
2
-11
/
+11
*
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
*
Doxygen
lloyd
2010-06-21
1
-3
/
+2
*
More Doxygen updates/fixes
lloyd
2010-06-15
1
-2
/
+2
*
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
*
Full working amalgamation build, plus internal-only headers concept.
lloyd
2009-12-16
1
-5
/
+0
*
Remove the 'realname' attribute on all modules and cc/cpu/os info files.
lloyd
2009-10-29
1
-2
/
+0
*
Add a script that reads the output of print_deps.py and rewrites
lloyd
2009-07-15
1
-5
/
+6
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
2
-23
/
+27
*
Add a ref to a paper describing a chosen ciphertext attack on OAEP
lloyd
2008-12-08
1
-0
/
+8
*
Split pk_pad.h into eme.h and emsa.h
lloyd
2008-11-10
1
-1
/
+1
*
Move the declaration of the HashFunction base class to a new header hash.h
lloyd
2008-11-08
1
-0
/
+1
*
Split kdf.h and kdf.cpp from core/ to kdf/kdf_base
lloyd
2008-10-08
1
-6
/
+5
*
Remove dependency on lookup.h from EME1. Now hardcoded to use MGF1 (the
lloyd
2008-09-30
3
-7
/
+13
*
Move KDF, EME, and EMSA base classes from pubkey to core to remove a
lloyd
2008-09-29
1
-1
/
+2
*
Rename all modinfo.txt files to info.txt, since they are all (none) of
lloyd
2008-09-29
1
-0
/
+0
*
Modularize MGF1. Make EME1 and EMSA4 depend on it
lloyd
2008-09-28
1
-0
/
+4
*
Move all modules into src/ directory
lloyd
2008-09-28
3
-0
/
+140