]> WPIA git - cassiopeia.git/history - src
upd: adding a newline to SPKAC output.
[cassiopeia.git] / src /
2015-03-21 Felix Dörreupd: adding a newline to SPKAC output.
2015-03-12 Felix Dörrefix: non existing CA-private-key should not cause crash
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 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-10 Felix DörreADD: gcov make launch
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ö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ö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ö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: test for SSL through slip, and patching slip
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örreupd: add file I/O util funcs.
2015-01-18 Benny BaumannMerge branch 'libs/openssl/local'
2014-11-08 Felix Dörreupd: Prevent unconfigured startup by checking service...
2014-11-07 Felix Dörrechg: Move the profile ID in the serial to the back
2014-11-07 Felix Dörreadd: Put the profile id into the serial
2014-11-07 Felix Dörreadd: Include Attribute-Value associations (AVAs) for...
2014-11-07 Felix Dörreupd: Cleanup the Debian package
2014-11-07 Felix Dörreadd: Handling the MD for signing the certificate
2014-11-07 Felix Dörreadd: Handle Attribute Value Associations (AVAs)
2014-11-07 Felix Dörreadd: Include dummy Subject DN
2014-11-07 Felix Dörreadd: Basic implementation to generate the certificate...
2014-11-07 Felix Dörrefmt: Reorganizing includes
2014-11-07 Felix Dörreadd: Include support for signing based on a SPKAC request
2014-11-07 Benny Baumannadd: Include configuration for the database access
2014-11-07 Felix Dörreadd: Initial configuration file implementation
2014-11-07 Felix Dörreadd: Aim for initial interoperatibility with Gigi
2014-11-07 Felix Dörreadd: Add support for Subject Alternative Names (SANs)
2014-11-07 Felix Dörrechg: Split off X509-related API
2014-11-07 Felix Dörreadd: Make the OpenSSL library initialization work
2014-11-07 Felix Dörreadd: Makeing initialization of OpenSSL crypto work
2014-11-07 Felix Dörreadd: Read the CSR (naive approach)
2014-11-07 Felix Dörrefetch the TBSCertificate
2014-11-07 Felix Dörreadd: initial mysql-related stuff for job fetching
2014-11-02 Benny Baumannadd: Basic setup for creating Debian packages
2014-02-01 Michael TänzerSome initial setup