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
/
pubkey
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove inclusions of unused headers.
lloyd
2011-02-10
1
-1
/
+0
*
Convert the BER/DER coders to use size_t instead of u32bit for small
lloyd
2011-02-09
5
-14
/
+8
*
Fix the ordering of the GOST 34.10 signature values. Add a test
lloyd
2011-02-07
1
-4
/
+4
*
Remove friend decl of now dead function
lloyd
2011-02-07
1
-2
/
+0
*
Avoid cast warnings
lloyd
2010-11-05
1
-2
/
+2
*
Add a BOTAN_DEPRECATED macro which can provide compile-time
lloyd
2010-11-02
2
-0
/
+3
*
Add new top-level algorithm which provides basic functionality: name
lloyd
2010-11-01
1
-1
/
+1
*
Make MemoryRegion::set protected, change all callers
lloyd
2010-10-29
1
-8
/
+15
*
s/u32bit/size_t/
lloyd
2010-10-29
1
-1
/
+1
*
Use output_length() instead of OUTPUT_LENGTH pseudo-property
lloyd
2010-10-13
1
-4
/
+4
*
Use size_t instead of u32bit in all of pubkey
lloyd
2010-10-12
32
-187
/
+185
*
Tidy
lloyd
2010-09-30
1
-3
/
+4
*
Use BOTAN_ASSERT in various places
lloyd
2010-09-26
7
-25
/
+33
*
If we generate a k such that s or r is 0, don't fail, simply retry
lloyd
2010-09-26
1
-11
/
+13
*
In RSA and RW key generation, if we generate a key that isn't exactly
lloyd
2010-09-22
2
-11
/
+12
*
Update all uses of MemoryRegion::append to use either push_back or operator+=
lloyd
2010-09-15
2
-4
/
+3
*
Remove more implicit vector to pointer conversions
lloyd
2010-09-14
1
-4
/
+4
*
More changes to avoid vector to pointer implicit conversions
lloyd
2010-09-14
2
-3
/
+3
*
Remove constructors of MemoryVector and SecureVector that took two
lloyd
2010-09-13
1
-2
/
+4
*
Remove more uses of vector to pointer implicit conversions
lloyd
2010-09-13
3
-14
/
+14
*
More vector->pointer conversion removals.
lloyd
2010-09-13
1
-4
/
+3
*
First set of changes for avoiding use implicit vector->pointer conversions
lloyd
2010-09-13
3
-5
/
+6
*
The changelog for 1.9.4 claimed that the default PKCS #8 encryption
lloyd
2010-08-13
1
-1
/
+1
*
These functions are internal use only, and don't need to be exported with
lloyd
2010-06-30
3
-13
/
+15
*
Doxygen
lloyd
2010-06-21
1
-0
/
+12
*
Doxygen
lloyd
2010-06-21
1
-0
/
+3
*
Replace "@return a blah" and "@return the blah" with just "@return blah"
lloyd
2010-06-16
8
-44
/
+44
*
Require all PK keys implement check_key. Add for ECC keys.
lloyd
2010-06-16
3
-5
/
+11
*
Doxygen comments
lloyd
2010-06-16
1
-3
/
+19
*
Use Doxygen deprecation warnings
lloyd
2010-06-15
2
-4
/
+9
*
More Doxygen updates/fixes
lloyd
2010-06-15
12
-18
/
+75
*
Fix a few hundred Doxygen warnings
lloyd
2010-06-15
7
-15
/
+19
*
New BER encoding funcs for PKCS and X.509. Remove Private_Key dep here
lloyd
2010-06-15
6
-108
/
+122
*
Simplify PKCS8::copy_key
lloyd
2010-06-15
1
-7
/
+1
*
Some PKCS #8 simplifications
lloyd
2010-06-14
3
-21
/
+19
*
Add typedefs for the named EME encryptor/decryptor classes so code
lloyd
2010-06-11
1
-0
/
+6
*
If you didn't specify a qbits for the DSA kosherizer, then it would
lloyd
2010-05-28
1
-19
/
+20
*
Expose public_value() in ECDH public key
lloyd
2010-04-20
1
-3
/
+10
*
In the string constructor of EC_Domain_Params, check if the PEM decoding
lloyd
2010-04-19
2
-6
/
+16
*
Move class decls together
lloyd
2010-03-21
1
-10
/
+10
*
Move where pk_ops is included, remove rng.h from dl_algo.h
lloyd
2010-03-21
4
-5
/
+3
*
KeyPair::check_key's behavior of throwing an exception upon failure was
lloyd
2010-03-21
9
-112
/
+75
*
Replace PointGFp::check_invaraints, which would either return silently
lloyd
2010-03-19
4
-42
/
+12
*
Add a couple of new helper functions to BER_Decoder:
lloyd
2010-03-19
4
-43
/
+12
*
A number of changes to primality tests:
lloyd
2010-03-19
1
-1
/
+1
*
There are some nasty API problems that are caused by having to pass a
lloyd
2010-03-19
5
-37
/
+6
*
Don't call get_eme or get_kdf with name "Raw" (returns NULL); ideally
lloyd
2010-03-19
1
-3
/
+3
*
Add a couple of verification tests for GOST 34.10
lloyd
2010-03-16
1
-3
/
+16
*
Remove stdio include
lloyd
2010-03-13
1
-2
/
+0
*
Remove iostream/stdio includes
lloyd
2010-03-13
1
-3
/
+0
[next]