diff options
author | Werner Koch <[email protected]> | 2025-02-18 08:21:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-02-18 08:21:15 +0000 |
commit | 3239a41ddea0db3dcf6de371a2287d9b2e5103fe (patch) | |
tree | 360cb3d160cc21ab5ad059f1a13cf1be26efff3c | |
parent | Post release updates (diff) | |
download | gnupg-3239a41ddea0db3dcf6de371a2287d9b2e5103fe.tar.gz gnupg-3239a41ddea0db3dcf6de371a2287d9b2e5103fe.zip |
doc: Add some notes
--
-rw-r--r-- | README | 7 | ||||
-rw-r--r-- | doc/DETAILS | 2 |
2 files changed, 9 insertions, 0 deletions
@@ -134,6 +134,13 @@ Add other options as needed. +*** Cygwin + + Although Cygwin (Posix emulation on top of Windows) is not + officially supported, GnuPG can be build for that platform. It + might be required to invoke configure like this: + + ./configure ac_cv_type_SOCKET=no *** Systems without a full C99 compiler diff --git a/doc/DETAILS b/doc/DETAILS index 470497dcd..35149594c 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1720,9 +1720,11 @@ Description of some debug flags: - RFC-2253 :: UTF-8 String Representation of Distinguished Names. - RFC-2279 :: UTF-8, a transformation format of ISO 10646 - RFC-2440 :: OpenPGP (obsolete). + - RFC-2634 :: CMS - Enhanced Security Services (ESS) - RFC-3156 :: MIME Security with Pretty Good Privacy (PGP). - RFC-3447 :: PKCS #1: RSA Cryptography Specifications Version 2.1 - RFC-4880 :: OpenPGP + - RFC-5035 :: CMS - Enhanced Security Services Update (ESS) - RFC-5083 :: CMS - Authenticated-Enveloped-Data - RFC-5084 :: CMS - AES-GCM - RFC-5280 :: X.509 PKI Certificate and CRL Profile |