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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid using the global RNG in check_key, instead pass a reference.
lloyd
2008-05-24
26
-59
/
+73
*
Avoid using global rng in DL_Group::generate_dsa_primes
lloyd
2008-05-24
3
-10
/
+14
*
Previously random_integer and friends used the global PRNG object to get
lloyd
2008-05-24
30
-108
/
+166
*
Policy change: No RSA key generation smaller than 1024 bits. Had been 128
lloyd
2008-05-24
1
-1
/
+1
*
Remove both default arguments to the constructor of ANSI_X931_RNG.
lloyd
2008-05-24
3
-8
/
+8
*
Print the class tag type(s) on constructed forms
lloyd
2008-05-08
1
-0
/
+9
*
The BER decoder assumed that all constructed types would be tagged as
lloyd
2008-05-08
2
-5
/
+7
*
The log notes for 1.6.4 got lost when the logs were consolidated to a single ...
lloyd
2008-05-05
1
-0
/
+3
*
Update notes and readme for 1.7.6 release
1.7.6
lloyd
2008-05-05
2
-2
/
+4
*
Update to not use Global_RNG
lloyd
2008-05-05
1
-2
/
+2
*
Remove unused headers
lloyd
2008-05-04
1
-6
/
+5
*
Remove Config::option_as_time, instead call timespec_to_u32bit in
lloyd
2008-05-02
5
-27
/
+21
*
Add a new function timespec_to_u32bit that handles a very simplistic
lloyd
2008-05-01
3
-27
/
+34
*
The ability to load ini-style files was removed almost 6 months
lloyd
2008-04-30
1
-2
/
+0
*
Remove unused include of <vector>
lloyd
2008-04-29
1
-2
/
+1
*
Instead of reading from the Config object every time to get the slack we
lloyd
2008-04-29
2
-15
/
+20
*
Move validity_check() into an anonymous namespace inside x509stor.cpp,
lloyd
2008-04-29
3
-32
/
+29
*
Document changes from remove-libstate
lloyd
2008-04-29
1
-1
/
+6
*
Bump version to 1.7.6 in configure.pl
lloyd
2008-04-29
1
-1
/
+1
*
Move Signature_Format enum to pubkey.h
lloyd
2008-04-29
11
-40
/
+34
*
propagate from branch 'net.randombit.botan.remove-libstate' (head d4d75cf4f68...
lloyd
2008-04-29
44
-711
/
+250
|
\
|
*
Move ASN1_Tag from enums.h to asn1_int.h. The enums.h header is a total
lloyd
2008-04-24
2
-38
/
+37
|
*
Remove stray character introduced during merge
lloyd
2008-04-24
1
-1
/
+1
|
*
Remove unused Pulse_Type enum
lloyd
2008-04-24
1
-15
/
+0
|
*
Remove section on pulses - removed
lloyd
2008-04-24
1
-44
/
+0
|
*
merge of '0bd31c0935789c0b8280f297b711d935192280f1'
lloyd
2008-04-24
3
-3
/
+3
|
|
\
|
|
*
Add BOTAN_DLL to Timer class declaration
lloyd
2008-04-21
1
-1
/
+1
|
|
*
propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266...
lloyd
2008-04-21
41
-615
/
+214
|
|
|
\
|
*
|
\
propagate from branch 'net.randombit.botan' (head 51f9ee5180a5cacdfff31504266...
lloyd
2008-04-21
41
-615
/
+214
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
propagate from branch 'net.randombit.botan' (head 85596a0b1fbee6696261d36def7...
lloyd
2008-04-17
41
-614
/
+213
|
|
|
\
|
|
|
*
propagate from branch 'net.randombit.botan' (head 4b88c5d653d997e87cc333064ca...
lloyd
2008-04-13
41
-614
/
+213
|
|
|
|
\
|
|
|
|
*
propagate from branch 'net.randombit.botan' (head bcae6a19d8d96ebde33c832c76a...
lloyd
2008-04-12
41
-614
/
+213
|
|
|
|
|
\
|
|
|
|
|
*
propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b...
lloyd
2008-04-10
41
-614
/
+213
|
|
|
|
|
|
\
|
|
|
|
|
|
*
Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was
lloyd
2008-04-07
21
-141
/
+53
|
|
|
|
|
|
*
Remove X509_GlobalState in favor of static function Extensions::get_extension
lloyd
2008-04-07
6
-144
/
+25
|
|
|
|
|
|
*
propagate from branch 'net.randombit.botan' (head db3791f6bba4b57dd8aed178935...
lloyd
2008-04-07
2
-19
/
+25
|
|
|
|
|
|
|
\
|
|
|
|
|
|
*
|
Remove Charset_Transcoder; hardwire UTF-8/Latin-1 conversions into charset.cpp
lloyd
2008-04-07
8
-202
/
+101
|
|
|
|
|
|
*
|
In Botan, the Timer base class provides access to a high-resolution
lloyd
2008-04-07
11
-59
/
+34
|
|
|
|
|
|
*
|
Library_State::set_timer is never called from within Botan, low hanging
lloyd
2008-04-07
2
-10
/
+0
|
|
|
|
|
|
*
|
The intent of this branch is to remove the global library state object
lloyd
2008-04-07
6
-58
/
+0
*
|
|
|
|
|
|
|
The add_algorithm functions also need to be tagged with BOTAN_DLL in
lloyd
2008-04-25
1
-5
/
+5
*
|
|
|
|
|
|
|
The PRIMES[] array (an array of small prime numbers) must be declared
lloyd
2008-04-25
1
-1
/
+1
*
|
|
|
|
|
|
|
Credit Joel Low for DLL symbol visibility patches
lloyd
2008-04-22
1
-0
/
+3
|
/
/
/
/
/
/
/
*
|
|
|
|
|
|
Add BOTAN_DLL macro in all needed spots for working DLL export. Based
lloyd
2008-04-21
153
-491
/
+571
*
|
|
|
|
|
|
Update Fixed_Output_RNG (used for testing) to implement is_seeded
lloyd
2008-04-21
1
-0
/
+2
*
|
|
|
|
|
|
Make RandomNumberGenerator::is_seeded pure virtual
lloyd
2008-04-21
1
-1
/
+1
*
|
|
|
|
|
|
Convert date format in log.txt to YYYY-MM-DD for easier grepping and statistics
lloyd
2008-04-17
1
-100
/
+100
|
/
/
/
/
/
/
*
|
|
|
|
|
Add first change notes about the upcoming 1.7.6
lloyd
2008-04-17
2
-1
/
+5
*
|
|
|
|
|
Always set the position to the start of the block when generating a new
lloyd
2008-04-15
1
-3
/
+2
*
|
|
|
|
|
merge of '0aa1d27dec5a97856953bb1fcffe29a84c68b3ac'
lloyd
2008-04-15
1
-2
/
+2
|
\
\
\
\
\
\
[next]