8
I Use This!
High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 15 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add some (very preliminary) Boost.Python wrapper code.
randombit
as lloyd
More... almost 18 years ago
Change X509_Certificate::subject_info and issuer_info to return a vector of strings instead of a single string that combines the relevent fields.
randombit
as lloyd
More... almost 18 years ago
Delete trailing whitespace in some documentation files.
randombit
as lloyd
More... almost 18 years ago
Reorder the ASN1_Tag enum so the class taggings are listed first.
randombit
as lloyd
More... almost 18 years ago
Change some calls to vector.at() to use operator[] for GCC 2.95.x compatability.
randombit
as lloyd
More... almost 18 years ago
Mark the es_unix module as not being available on FreeBSD; on FreeBSD 6.1 the module doesn't build due to what appears to be a libc bug.
randombit
as lloyd
More... almost 18 years ago
Update changelog and readme with new planned release date for 1.5.7
randombit
as lloyd
More... almost 18 years ago
Drop the Visual C++ assembly module for the time being - many test failures when enabled.
randombit
as lloyd
More... almost 18 years ago
Drop an unused function from the Visual C++ assembler code.
randombit
as lloyd
More... almost 18 years ago
The two-argument linear multiply function in the Visual C++ assembly was assuming 4-word blocks rather than 8. Fixed, but not yet tested.
randombit
as lloyd
More... almost 18 years ago
The implementation of word8_madd3 had the wrong signature in the Visual C++ version of the x86 assembler module.
randombit
as lloyd
More... almost 18 years ago
Use .empty() instead of comparing .size() to 0 in a few cases, and reorder an if statement for better readability.
randombit
as lloyd
More... almost 18 years ago
Delete doc/deprecated.txt, currently unused.
randombit
as lloyd
More... almost 18 years ago
If we find a problem during the BigInt tests, print the data in hex instead of decimal.
randombit
as lloyd
More... almost 18 years ago
Update some of the examples to reflect the new APIs.
randombit
as lloyd
More... almost 18 years ago
Syntax changes to the BER and DER APIs to improve readability of code that uses them. These changes are not backwards compatible, this commit updates all uses of the APIs within the library.
randombit
as lloyd
More... almost 18 years ago
Remove references for deleted docs in RPM spec file
randombit
as lloyd
More... almost 18 years ago
Minor change to DO_8_TIMES() macro for better readability
randombit
as lloyd
More... almost 18 years ago
Clean up algorithm dispatch in mp_mul.cpp
randombit
as lloyd
More... almost 18 years ago
Split off the generic intro stuff from readme.txt into doc/info.txt
randombit
as lloyd
More... almost 18 years ago
Bump version number in configure.pl, and remove mention of some removed documentation from the Makefile doc list.
randombit
as lloyd
More... almost 18 years ago
Drop doc/bugs.txt; its contents have been imported into Bugzilla (located at http://www.randombit.net/bugzilla/)
randombit
as lloyd
More... almost 18 years ago
Change the Qt mutex to use the new Mutex_Factory abstraction
randombit
as lloyd
More... almost 18 years ago
Rename mod_qt to mux_qt, as all (very minimal) non-mutex functionality is going to be removed.
randombit
as lloyd
More... almost 18 years ago
Initial checkin
randombit
as lloyd
More... almost 18 years ago