Blame NEWS

Packit Bot 25e917
Noteworthy changes in version 1.3.5 (2016-08-22) [C19/A11/R6]
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Limit the allowed size of complex ASN.1 objects (e.g. certificates)
Packit Bot 25e917
   to 16MiB.
Packit Bot 25e917
Packit Bot 25e917
 * Avoid read access to unitialized memory.
Packit Bot 25e917
Packit Bot 25e917
 * Improve detection of invalid RDNs.
Packit Bot 25e917
Packit Bot 25e917
 * Encode the OCSP nonce value as an octet string as described by
Packit Bot 25e917
   RFC-6960.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.3.4 (2016-05-03) [C19/A11/R5]
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Fixed two OOB read access bugs which could be used to force a DoS.
Packit Bot 25e917
Packit Bot 25e917
 * Fixed a crash due to faulty curve OID lookup code.
Packit Bot 25e917
Packit Bot 25e917
 * Synced the list of supported curves with those of Libgcrypt.
Packit Bot 25e917
Packit Bot 25e917
 * New configure option --enable-build-timestamp; a build timestamp is
Packit Bot 25e917
   not anymore used by default.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.3.3 (2015-04-10) [C19/A11/R4]
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Fixed an integer overflow in the DN decoder.
Packit Bot 25e917
Packit Bot 25e917
 * Now returns an error instead of terminating the process for certain
Packit Bot 25e917
   bad BER encodings.
Packit Bot 25e917
Packit Bot 25e917
 * Improved the parsing of utf-8 strings in DNs.
Packit Bot 25e917
Packit Bot 25e917
 * Allow building with newer versions of Bison.
Packit Bot 25e917
Packit Bot 25e917
 * Improvement building on Windows with newer versions of Mingw.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.3.2 (2014-11-25) [C19/A11/R3]
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Fixed a buffer overflow in ksba_oid_to_str. [CVE-2014-9087]
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.3.1 (2014-09-18)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Fixed memory leak in CRL parsing.
Packit Bot 25e917
Packit Bot 25e917
 * Build fixes for Windows, Android, and ppc64el.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.3.0 (2012-09-27)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Changed the license of the library from GPLv3 to LGPLv3/GPLv2; see
Packit Bot 25e917
   the file AUTHORS for details.
Packit Bot 25e917
Packit Bot 25e917
 * Minor bug fixes.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.2.0 (2011-03-01)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * New functions to allow the creation of X.509 certificates.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 1.1.0 release:
Packit Bot 25e917
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
 ksba_certreq_set_serial          NEW.
Packit Bot 25e917
 ksba_certreq_set_issuer          NEW.
Packit Bot 25e917
 ksba_certreq_set_validity        NEW.
Packit Bot 25e917
 ksba_certreq_set_siginfo         NEW.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.1.0 (2010-10-26)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * New functions to fix a leak in dirmngr.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 1.0.0 release:
Packit Bot 25e917
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
 ksba_reader_set_release_notify   NEW
Packit Bot 25e917
 ksba_writer_set_release_notify   NEW
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.0.8 (2010-07-15)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Support for WindowsCE.
Packit Bot 25e917
Packit Bot 25e917
 * Builds cleanly from SVN even when cross-compiling.
Packit Bot 25e917
Packit Bot 25e917
 * Fixed a CMS parsing bug exhibited by Lotus Notes.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.0.7 (2009-07-03)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Detect overflow while parsing OIDs.  Map BER encoded OIDs to well
Packit Bot 25e917
   known names.
Packit Bot 25e917
Packit Bot 25e917
 * Allow mixed case names in DNs.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.0.6 (2009-06-05)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Support SHA-{384,512} based signature generation.
Packit Bot 25e917
Packit Bot 25e917
 * The RSA algorithmIdentifier ASN.1 sequence is now emitted with an
Packit Bot 25e917
   explicit NULL parameter.  Despite the interop testing we did in the
Packit Bot 25e917
   past, some software still requires this and thus we better follow
Packit Bot 25e917
   the best current practise.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.0.5 (2009-01-09)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Minor bug fixes.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.0.4 (2008-09-22)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Write smimeCapabilities according to RFC3851 to help Mozilla.
Packit Bot 25e917
Packit Bot 25e917
 * Support DSA.
Packit Bot 25e917
Packit Bot 25e917
 * The visibility attribute is now used if supported by the toolchain.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.0.3 (2008-02-12)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Minor bug fixes.
Packit Bot 25e917
Packit Bot 25e917
 * Include the used hash algorithm in sig-val structures.
Packit Bot 25e917
Packit Bot 25e917
 * Fix for unknown tags in issuerAltName and subjectAltName.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.0.2 (2007-07-04)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Support for SHA-2.
Packit Bot 25e917
Packit Bot 25e917
 * Fixed a couple of memory leaks.
Packit Bot 25e917
Packit Bot 25e917
 * Experimental support for ECDSA.
Packit Bot 25e917
Packit Bot 25e917
 * Minor portability fixes.
Packit Bot 25e917
Packit Bot 25e917
 * Switched to GPLv3.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.0.1 (2006-11-29)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Fixes for certificates lacking certain objects.
Packit Bot 25e917
Packit Bot 25e917
 * Fixes to allow building on systems with a broken ar.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 1.0.0 (2006-08-31)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * OCSP nonces are now checked to detect replay attacks.
Packit Bot 25e917
Packit Bot 25e917
 * OCSP extensions may no be retrieved.
Packit Bot 25e917
Packit Bot 25e917
 * Implemented ksba_ocsp_get_responder_id which used to always return
Packit Bot 25e917
   an error code not_implemented.  Thus we can assume that the
Packit Bot 25e917
   function has never been used and we don't need to see this as an
Packit Bot 25e917
   API break.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 0.9.16 release:
Packit Bot 25e917
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
 ksba_ocsp_get_extension        NEW
Packit Bot 25e917
 ksba_ocsp_get_responder_id     CHANGED: No ABI break.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.16 (2006-08-01)
Packit Bot 25e917
-------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Fixed a character set conversion bug in BMPStrings.
Packit Bot 25e917
Packit Bot 25e917
 * New function for better error reporting of DNs.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 0.9.13 release:
Packit Bot 25e917
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
 ksba_dn_teststr                NEW
Packit Bot 25e917
 ksba_dn_str2der                NEW
Packit Bot 25e917
 ksba_dn_der2str                NEW
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.15 (2006-06-20)
Packit Bot 25e917
-------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Fixed BER parser which was broken in the last release.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.14 (2006-05-16)
Packit Bot 25e917
-------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Fixed broken OCSP requests.
Packit Bot 25e917
Packit Bot 25e917
 * Ignore invalid bytes appended to a certificate.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.13 (2005-11-24)
Packit Bot 25e917
-------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * New functions to associate user data with a certificate object.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 0.9.12 release:
Packit Bot 25e917
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
 ksba_cert_set_user_data        NEW
Packit Bot 25e917
 ksba_cert_get_user_data        NEW
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.12 (2005-08-01)
Packit Bot 25e917
-------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * GeneralNames types dNSName and Uri are now supported.
Packit Bot 25e917
Packit Bot 25e917
 * Minor changes to some function declarations.  This should not
Packit Bot 25e917
   affect any compilation.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 0.9.7 release:
Packit Bot 25e917
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
 ksba_certreq_add_extension     CHANGED: Argument DER is now a void*.
Packit Bot 25e917
 ksba_cms_set_content_enc_algo  CHANGED: Argument IV is now void*.
Packit Bot 25e917
 ksba_cms_get_content_enc_iv    CHANGED: Argument IV is now void*.
Packit Bot 25e917
 ksba_cms_set_message_digest    CHANGED: Argument DIGEST is now
Packit Bot 25e917
                                         unsigned char*.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.11 (2005-04-20)
Packit Bot 25e917
-------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * New convenience API function for the subjectKeyIdentifier.
Packit Bot 25e917
Packit Bot 25e917
 * Implemented the keyIdentifier part for authorityKeyIdentifier of
Packit Bot 25e917
   CRLs and certificates.
Packit Bot 25e917
Packit Bot 25e917
 * Reason codes for CRL items are now returned.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 0.9.7 release:
Packit Bot 25e917
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
ksba_cert_get_subj_key_id            NEW.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.10 (2004-12-03)
Packit Bot 25e917
-------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Fixed a CMS parsing bug.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.9 (2004-09-27)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Fixed a couple of bugs which caused parsing errors with some
Packit Bot 25e917
   certificates.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.8 (2004-07-22)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Fixed a bug in the OCSP request generation.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.7 (2004-06-08)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * New API function to add arbitrary extensions to pkcs#10 requests.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 0.9.6 release:
Packit Bot 25e917
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
ksba_certreq_add_extension           NEW.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.6 (2004-04-29)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * New API functions to support v2 CRLs.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 0.9.5 release:
Packit Bot 25e917
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
ksba_crl_get_extension               NEW.
Packit Bot 25e917
ksba_crl_get_auth_key_id             NEW.
Packit Bot 25e917
ksba_crl_get_crl_number              NEW.
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.5 (2004-04-06)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * New APIs to get hands on some more information.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 0.9.4 release:
Packit Bot 25e917
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
ksba_ocsp_get_responder_id           NEW.
Packit Bot 25e917
ksba_ocsp_get_cert                   NEW.
Packit Bot 25e917
ksba_cert_get_authority_info_access  NEW.
Packit Bot 25e917
ksba_cert_get_subject_info_access    NEW.
Packit Bot 25e917
ksba_cms_add_smime_capability        NEW.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.4 (2004-02-20)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Support for Extended Key Usage.
Packit Bot 25e917
Packit Bot 25e917
 * ksba_cms_identify may no return a pseudo content type for pkcs#12
Packit Bot 25e917
   files.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 0.9.3 release:
Packit Bot 25e917
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
ksba_reader_clear             NEW.
Packit Bot 25e917
ksba_cert_get_ext_key_usages  NEW.
Packit Bot 25e917
KSBA_CT_PKCS12                NEW.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.3 (2004-01-30)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Fixed a serious bug shortly after the last release :-(.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.2 (2004-01-29)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Cleaned up the DN label table.
Packit Bot 25e917
Packit Bot 25e917
 * Fixed a bug in creating CMS signed data.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.1 (2003-12-19)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Support for OCSP (rfc2560).
Packit Bot 25e917
Packit Bot 25e917
 * The new function ksba_set_hash_buffer_function may be used during
Packit Bot 25e917
   intialization to register a simple hash fucntion for internal use
Packit Bot 25e917
   by libksba.
Packit Bot 25e917
Packit Bot 25e917
 * Changed the license of the manual to GPL.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 0.9.0 release:
Packit Bot 25e917
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
ksba_status_t                 NEW.
Packit Bot 25e917
ksba_ocsp_t                   NEW.
Packit Bot 25e917
ksba_ocsp_response_status_t   NEW.
Packit Bot 25e917
ksba_ocsp_new                 NEW.
Packit Bot 25e917
void ksba_ocsp_release        NEW.
Packit Bot 25e917
ksba_ocsp_set_digest_algo     NEW.
Packit Bot 25e917
ksba_ocsp_set_requestor       NEW.
Packit Bot 25e917
ksba_ocsp_add_target          NEW.
Packit Bot 25e917
ksba_ocsp_set_nonce           NEW.
Packit Bot 25e917
ksba_ocsp_prepare_request     NEW.
Packit Bot 25e917
ksba_ocsp_hash_request        NEW.
Packit Bot 25e917
ksba_ocsp_set_sig_val         NEW.
Packit Bot 25e917
ksba_ocsp_add_cert            NEW.
Packit Bot 25e917
ksba_ocsp_build_request       NEW.
Packit Bot 25e917
ksba_ocsp_parse_response      NEW.
Packit Bot 25e917
ksba_ocsp_get_digest_algo     NEW.
Packit Bot 25e917
ksba_ocsp_hash_respons        NEW.
Packit Bot 25e917
ksba_ocsp_get_sig_val         NEW.
Packit Bot 25e917
ksba_ocsp_get_status          NEW.
Packit Bot 25e917
ksba_set_hash_buffer_function NEW.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.9.0 (2003-11-17)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * The time is not any longer described by time_t but through the new
Packit Bot 25e917
   type ksba_isotime_t which is string of excactly 15 characters in
Packit Bot 25e917
   ISO 8601 format (e.g. "19611107T152010") and always stored as
Packit Bot 25e917
   UTC. This is to allow representation of dates beyond the year 2038.
Packit Bot 25e917
   Comparing is a mere strcmp.
Packit Bot 25e917
Packit Bot 25e917
 * All type names are nom conforming to the GNU coding standards, the
Packit Bot 25e917
   old names are still available as aliases but flagged as deprecated.
Packit Bot 25e917
Packit Bot 25e917
 * All error codes have been replaced by libgpg-error ones.  Libksba
Packit Bot 25e917
   now depends on this package.  Remember to use the gpg_err_code
Packit Bot 25e917
   function when testing for error values other than success.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 0.4.7 release:
Packit Bot 25e917
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
ksba_cert_get_validity     CHANGED: Uses ksba_isotime_t instead of time_t.
Packit Bot 25e917
ksba_crl_get_update_times  CHANGED: Uses ksba_isotime_t instead of time_t.
Packit Bot 25e917
ksba_crl_get_item          CHANGED: Uses ksba_isotime_t instead of time_t.
Packit Bot 25e917
ksba_cms_get_signing_time  CHANGED: Uses ksba_isotime_t instead of time_t.
Packit Bot 25e917
ksba_cms_set_signing_time  CHANGED: Uses ksba_isotime_t instead of time_t.
Packit Bot 25e917
ksba_cert_new              CHANGED: Returns an error code now.
Packit Bot 25e917
ksba_cms_new               CHANGED: Returns an error code now.
Packit Bot 25e917
ksba_name_new              CHANGED: Returns an error code now.
Packit Bot 25e917
ksba_writer_new            CHANGED: Returns an error code now.
Packit Bot 25e917
ksba_reader_new            CHANGED: Returns an error code now.
Packit Bot 25e917
ksba_certreq_new           CHANGED: Returns an error code now.
Packit Bot 25e917
ksba_crl_new               CHANGED: Returns an error code now.
Packit Bot 25e917
ksba_isotime_t             NEW.
Packit Bot 25e917
ksba_error_t               NEW: Should be used instead of KsbaError.
Packit Bot 25e917
ksba_cert_t                NEW: Should be used instead of KsbaCert.
Packit Bot 25e917
ksba_certreq_t             NEW: Should be used instead of KsbaCertreq.
Packit Bot 25e917
ksba_cms_t                 NEW: Should be used instead of KsbaCMS.
Packit Bot 25e917
ksba_crl_t                 NEW: Should be used instead of KsbaCRL.
Packit Bot 25e917
ksba_name_t                NEW: Should be used instead of KsbaName.
Packit Bot 25e917
ksba_sexp_t                NEW: Should be used instead of KsbaSexp.
Packit Bot 25e917
ksba_reader_t              NEW: Should be used instead of KsbaReader.
Packit Bot 25e917
ksba_writer_t              NEW: Should be used instead of KsbaWriter.
Packit Bot 25e917
ksba_strerror              REMOVED: use gpg_strerror instead.
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.4.7 (2003-03-17)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Fixed type detection in creating DNs.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.4.6 (2002-12-04)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * DNs in pkcs#10 request are now created in reversed order as
Packit Bot 25e917
   specified by rfc2253.
Packit Bot 25e917
Packit Bot 25e917
 * The content-type signed attribute is created.
Packit Bot 25e917
Packit Bot 25e917
 * Fixed a parser bug with a id-aa-encrypKeyPref attribute.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 0.4.3 release:
Packit Bot 25e917
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
ksba_cms_get_sigattr_oids        NEW
Packit Bot 25e917
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.4.5 (2002-08-23)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Removed some debugging output.
Packit Bot 25e917
Packit Bot 25e917
 * Added an autoconf macro.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.4.4 (2002-08-09)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Multiple signatures can now be created and parsed.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.4.3 (2002-06-25)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * More bug fixes.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 0.4.2 release:
Packit Bot 25e917
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
ksba_writer_write_octet_string   NEW
Packit Bot 25e917
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.4.2 (2002-06-04)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Some bug fixes and a new function.
Packit Bot 25e917
Packit Bot 25e917
 * Interface changes relative to the 0.4.1 release:
Packit Bot 25e917
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
ksba_cms_identify       NEW
Packit Bot 25e917
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.4.1 (2002-05-03)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Minor fixes.
Packit Bot 25e917
Packit Bot 25e917
Noteworthy changes in version 0.4.0 (2002-04-15)
Packit Bot 25e917
------------------------------------------------
Packit Bot 25e917
Packit Bot 25e917
 * Nearly all stuff needed for the Aegypten project is now in place.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
 Copyright 2002, 2003, 2004, 2005, 2006, 2007, 2008,
Packit Bot 25e917
           2009 g10 Code GmbH
Packit Bot 25e917
Packit Bot 25e917
 This file is free software; as a special exception the author gives
Packit Bot 25e917
 unlimited permission to copy and/or distribute it, with or without
Packit Bot 25e917
 modifications, as long as this notice is preserved.
Packit Bot 25e917
Packit Bot 25e917
 This file is distributed in the hope that it will be useful, but
Packit Bot 25e917
 WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
Packit Bot 25e917
 implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.