]> WPIA git - cassiopeia.git/shortlog
cassiopeia.git
2015-10-13 Felix Dörrechange to postgres with libpqxx
2015-08-24 Felix Dörreslip-rework midstade... broken
2015-08-15 Felix Dörreupd: remarks from FJW
2015-08-13 Felix Dörreupd: various logging updates
2015-08-02 Felix Dörrefix: the record reading code
2015-08-02 Felix DörreMerge remote-tracking branch 'origin/master' into tmp...
2015-08-01 Benny Baumannadd: Include missing header for C++ Exception Handling
2015-07-28 Felix Dörredatabase structure changed. use the new column here...
2015-07-21 Felix Dörrefix: make the logger compile
2015-07-19 Benny Baumannfmt: Whitespace, indentation, generic source formatting
2015-07-19 Benny Baumannchg: Updated formatting command
2015-07-19 Benny Baumannchg: Modify the code to use the new logger
2015-07-19 Benny Baumannupd: Reimported logger library by Florian Weber from...
2015-06-08 Benny Baumannadd: Import Logging functionality by Florian Weber
2015-06-07 Florian Weberfix: add catch-all block around main in signer
2015-06-07 Florian Weberchg: replace default std::shared_ptr<…>() with explicit...
2015-06-07 Florian Weberchg: introduce std::make_shared where appropriate
2015-06-07 Florian Weberchg: remove useless destructor and simplify connect...
2015-06-07 Florian Weberchg: Add virtual destructor to abstract class JobProvider
2015-06-06 Benny Baumannfix: Ambiguity when compiling
2015-06-06 Benny Baumannfix: Avoid unnecessary constructor calls/allocations
2015-06-06 Benny Baumannfix: Use auto& to avoid deep copy of std::shared_ptr
2015-05-30 Felix Dörreadd: load CAs based on prefixes
2015-03-22 Benny Baumannfix: Use the long way to get a formatted date
2015-03-22 Benny Baumannadd: Much more logging when creating a certificate
2015-03-21 Felix Dörreadd: script to generate changelog
2015-03-21 Felix Dörreadd: better logfile opening, better connection ending
2015-03-21 Benny Baumannfmt: Whitespace
2015-03-21 Felix Dörreupd: adding a newline to SPKAC output.
2015-03-12 Felix Dörreadd: exclude sql testcase if there is no config for it
2015-03-12 Felix Dörreupd: with own ssl, there is own libssl there is no...
2015-03-12 Felix Dörrefix: non existing CA-private-key should not cause crash
2015-03-12 Felix DörreFix: typo, it's collision
2015-03-07 Felix DörreMerge remote-tracking branch 'origin/libs/detectcoll...
2015-02-23 Felix DörreMerge remote-tracking branch 'benbe/toCoverity'
2015-02-23 Benny Baumannchg: Use std::shared_ptr for resource management
2015-02-23 Benny Baumannchg: Use automatic memory and resource management
2015-02-23 Felix DörreFIX: make dependencies for openssl
2015-02-23 Benny Baumannfix: Refine Error Management and note about further...
2015-02-23 Benny Baumannfix: Properly check for success to create the necessary...
2015-02-23 Benny Baumannfix: Check the CA certificate file could be loaded
2015-02-23 Benny Baumannfix: Check return value of writeBackFile for non-empty...
2015-02-22 Benny Baumannfix: Use a less arcane way of typecasting from char...
2015-02-21 Felix DörreFix: uninitialized fields
2015-02-21 Felix DörreFix: coverity complaining about memory corruption
2015-02-13 Felix DörreADD: test for mysql interface (requires config.txt)
2015-02-13 Felix Dörreupd: striping system lib crom coverage
2015-02-12 Felix DörreUPD: use lcov for coverage
2015-02-10 Felix DörreUPD: calling 'getSignature' on unsigned CRLs violates...
2015-02-10 Felix DörreADD: gcov make launch
2015-02-09 Felix Dörreupd: Make testcases cppcheck-compliant
2015-02-09 Felix Dörrefix: Make CppCheck happy by fixing the code
2015-02-09 Felix Dörreupd: Add max validity period to profile configurations
2015-02-09 Felix Dörrefix: Avoid errors when genTestData is re-executed ...
2015-02-09 Felix Dörreadd: Implement signing based on requested "wish time"
2015-01-24 Felix Dörreadd: Implement automatic re-signing of the CRL
2015-01-24 Felix Dörreupd: split revoking command into add-serial and revoke
2015-01-24 Felix Dörreadd: write signed from and to back to db
2015-01-24 Felix Dörrefix: a bug where only serial repeated after 0xF
2015-01-24 Felix Dörrecln: Simplified revoking code
2015-01-24 Felix Dörreadd: write back revocation dates
2015-01-24 Felix Dörrechg: Replace ASN1_UTCTIME by ASN1_TIME
2015-01-24 Felix Dörrefix: Fix memory-leak in CRL.cpp, revocation from DB...
2015-01-24 Felix Dörreadd: write back signing CA
2015-01-24 Felix Dörreadd: Full CRL tranfer (non-chunked)
2015-01-24 Felix Dörreadd: Incremental CRL transfer
2015-01-24 Felix Dörreadd: Adding CRL generation
2015-01-24 Felix Dörrecln: Move code around, cleanup structure
2015-01-24 Felix Dörreadd: Initial code to implement revocation
2015-01-24 Felix Dörreupd: Better configuration, respecting profiles
2015-01-24 Felix Dörreadd: Enable SPKAC
2015-01-24 Felix Dörreadd: write remoteSigner serial back
2015-01-24 Felix Dörreadd: Add more verbose logging
2015-01-24 Felix Dörrefix: clean SSL shutdown, reset, allowing deamon operation
2015-01-24 Felix Dörreupd: make serial path configurable
2015-01-24 Felix Dörreadd: Split the installation package
2015-01-24 Felix Dörrechg: Tamper with the signature more efficiently
2015-01-24 Felix Dörrechg: Build two binaries for the signer
2015-01-24 Felix Dörreadd: Plug things together so we can have TBSCertificate...
2015-01-24 Felix Dörreadd: Enable (peer)-verification
2015-01-24 Felix Dörreupd: move more code to remoteSigner
2015-01-24 Felix Dörrefix: resolve some memory issues with slipBio testing
2015-01-24 Felix Dörreupd: extract remote signer class, mostly
2015-01-24 Felix Dörreadd: Implement SSL for serial connection
2015-01-24 Felix Dörreadd: sample communication over serial line
2015-01-24 Felix Dörreadd: simple, signer-side record handling
2015-01-24 Felix Dörreadd: Implement record parsing
2015-01-24 Felix Dörreadd: move out openssl-clean
2015-01-24 Felix Dörreadd: test for SSL through slip, and patching slip
2015-01-24 Felix Dörreupd: build system to handle openssl correctly
2015-01-24 Felix Dörreadd: require the error messages in the X509Req-CSR...
2015-01-24 Felix Dörreadd: Basic BIO implementation for SLIP
2015-01-24 Felix Dörreadd: wrapping of openssl-bios into cpp-classes (both...
2015-01-24 Felix Dörreupd: add a shared_ptr, rename parse to parseCSR...
2015-01-24 Felix Dörreadd: Unit test for parsing X509-Req (CSR) and SPKAC
2015-01-24 Benny Baumannfmt: Source formatting for the Unit Tests
2015-01-24 Felix Dörreupd: add file I/O util funcs.
2015-01-18 Benny BaumannMerge branch 'libs/openssl/local'
2014-11-25 Felix Dörreupd: openssllib: added .gitignore, deleted config
2014-11-25 Felix DörreMerge branch 'libs/openssl/upstream' into libs/openssl...
next