Quantcast
Channel: Planet Object Pascal
Viewing all articles
Browse latest Browse all 1725

The Wiert Corner - irregular stream of stuff: jpluimers

$
0
0

Stuff I found out myself:

  • OpenSSL does not like to have a period (dot) at the end of a S/MIME message (like many .EML files have as SMTP basically requires a period to terminate an email message.
  • Indy sometimes changes the ContentType of S/MIME messages; you can reproduce this using the CopyEml demos; preliminary fix is in IdMessageHelperUnit.pas.
    They should reorganize their site to make the most current version more findable; these links help me to track down what’s new:
  • Make sure your tools
    1. accept the old RSA MIME types:
      • application/x-pkcs7-mime
      • application/x-pkcs7-signature
      • application/x-pkcs10
    2. but emit the new RFC 2311+ MIME types:
      • application/pkcs7-mime
      • application/pkcs7-signature
      • application/pkcs10
    • emit the new RFC MIME types:
  • Some links I found useful:

  • RFC 2634 – Enhanced Security Services for S/MIME.
  • RFC 5035 – Enhanced Security Services (ESS) Update: Adding CertID Algorithm Agility.
  • RFC 2311 – S/MIME Version 2 Message Specification.
  • RFC 2312 – S/MIME Version 2 Certificate Handling.
  • Encryption:
  • RFC 5083 – Cryptographic Message Syntax (CMS) Authenticated-Enveloped-Data Content Type.
  • RFC 4853 – Cryptographic Message Syntax (CMS) Multiple Signer Clarification.
  • RFC 3369 – Cryptographic Message Syntax.
    Obsoletes:
  • RFC 3370 – Cryptographic Message Syntax (CMS) Algorithms.
  • RFC 5754 – Using SHA2 Algorithms with Cryptographic Message Syntax.
  • RFC 2315 – PKCS #7: Cryptographic Message Syntax Version 1.5.
  • RFC 1421 – Privacy Enhancement for Internet Electronic Mail: Part I: Message Encryption and Authentication Procedures.
    Obsoletes:
  • RFC 1422 – Privacy Enhancement for Internet Electronic Mail: Part II: Certificate-Based Key Management.
    Obsoletes:
  • MIME, mail, mail headers, etc:
  • Mail
  • RFC 3676 – The Text/Plain Format and DelSp Parameters.
    Obsoletes:
  • MIME
  • RFC 2045 – Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies.
    Obsoletes:
  • RFC 2046 – Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types.
    (see also the separate Media Types section below)
  • RFC 2047 – MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text.
    Obsoletes: 1590, 1522, 1521.
  • RFC 4289 – Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures.
    Obsoletes:
  • RFC 2049 – Multipurpose Internet Mail Extensions (MIME) Part Five: Conformance Criteria and Examples.
    Obsoletes: 1590, 1522, 1521.
  • RFC 6657 – Update to MIME regarding “charset” Parameter Handling in Textual Media Types.
  • RFC 5147 – URI Fragment Identifiers for the text/plain Media Type.
  • SMTP
  • RFC 4865 – SMTP Submission Service Extension for Future Message Release.
  • RFC 3463 – Enhanced Mail System Status Codes.
    Obsoletes:
  • RFC 2852 – Deliver By SMTP Service Extension.
  • RFC 3885 – SMTP Service Extension for Message Tracking.
  • RFC 4954 – SMTP Service Extension for Authentication.
    Obsoletes:
  • RFC 5248 – A Registry for SMTP Enhanced Mail System Status Codes.
  • Media types:
  • RFC 3023 – XML Media Types.
    Obsoletes:
  • Notifications:
  • RFC 6533 – Internationalized Delivery Status and Disposition Notifications.
    Obsoletes:
  • RFC 3461 – Simple Mail Transfer Protocol (SMTP) Service Extension for Delivery Status Notifications (DSNs).
  • RFC 3464 – An Extensible Message Format for Delivery Status Notifications.
    Obsoletes:
  • RFC 3886 – An Extensible Message Format for Message Tracking Responses.
  • RFC 4468 – Message Submission BURL Extension.
  • RFC 6522 – The Multipart/Report Media Type for the Reporting of Mail System Administrative Messages.
  • Obsoletes:
  • Via Wikipedia: via Free S/MIME providers.
  • –jeroen


    Filed under: Delphi, Development, OpenSSL, Power User, Security, Software Development

  • Viewing all articles
    Browse latest Browse all 1725

    Trending Articles