Changes 10 to 20 on this branch are displayed below, sorted in descending chronological order.

18 days ago: Instead of reading from the Config object every time to get the slack we
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Instead of reading from the Config object every time to get the slack we
should allow when checking timestamps, just call it once and store the
value in the X509_Store object, passing it to validity_check with a new
argument for the allowed time slack.
Date: Tue, 29 Apr 2008 17:02:00 GMT
18 days ago: Move validity_check() into an anonymous namespace inside x509stor.cpp,
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Move validity_check() into an anonymous namespace inside x509stor.cpp,
as that was the only place it was called from.
Date: Tue, 29 Apr 2008 16:54:48 GMT
18 days ago: Document changes from remove-libstate
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Document changes from remove-libstate
Date: Tue, 29 Apr 2008 15:50:28 GMT
18 days ago: Bump version to 1.7.6 in configure.pl
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Bump version to 1.7.6 in configure.pl
Date: Tue, 29 Apr 2008 15:04:33 GMT
18 days ago: Move Signature_Format enum to pubkey.h
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Move Signature_Format enum to pubkey.h
Including enums.h in needed places since asn1_int.h doesn't pull it in
anymore.
Remove Config::choose_sig_format, and move its logic into its only
caller, the (global!) choose_sig_format in x509_ca.cpp
Date: Tue, 29 Apr 2008 14:39:16 GMT
18 days ago: propagate from branch 'net.randombit.botan.remove-libstate' (head d4d75cf4f682ec63e316b853617e7cf9ba093272)
revision info | browse files | diff, diff
Author: lloyd@randombit.net
Changelog: propagate from branch 'net.randombit.botan.remove-libstate' (head d4d75cf4f682ec63e316b853617e7cf9ba093272)
to branch 'net.randombit.botan' (head 2fac918f1a1cb77d155cf434177e443d41e9e517)
Date: Tue, 29 Apr 2008 13:34:37 GMT
22 days ago: The add_algorithm functions also need to be tagged with BOTAN_DLL in
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: The add_algorithm functions also need to be tagged with BOTAN_DLL in
the source file (this seems to be the case for all global functions that
we want to export from the library...)
Date: Fri, 25 Apr 2008 18:24:04 GMT
22 days ago: The PRIMES[] array (an array of small prime numbers) must be declared
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: The PRIMES[] array (an array of small prime numbers) must be declared
with BOTAN_DLL, since it is a public value (used by the factor example,
perhaps others)
Date: Fri, 25 Apr 2008 18:21:43 GMT
25 days ago: Credit Joel Low for DLL symbol visibility patches
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Credit Joel Low for DLL symbol visibility patches
Date: Tue, 22 Apr 2008 17:41:16 GMT
26 days ago: Add BOTAN_DLL macro in all needed spots for working DLL export. Based
revision info | browse files | diff
Author: lloyd@randombit.net
Changelog: Add BOTAN_DLL macro in all needed spots for working DLL export. Based
on a patch from Joel Low for MSVC, modified and tested with GCC using
-fvisibility=hidden and the visibility attribute.
Getting this working completely requires making the shared object and
static lib builds completely distinct (which is also a win since it
allows avoiding -fPIC usage, etc in the static lib).
Currently too many things are being exported, though it is an improvement
as internal-only code like the bigint_* functions are hidden.
Date: Mon, 21 Apr 2008 15:53:32 GMT
earlier changes recent changes (no later changes)