1. 06 Apr, 2018 1 commit
    • Rich Salz's avatar
      Fix bugs in X509_NAME_ENTRY_set · bbf27cd5
      Rich Salz authored
      
      
      The wrong "set" field was incremented in the wrong place and would
      create a new RDN, not a multi-valued RDN.
      RDN inserts would happen after not before.
      Prepending an entry to an RDN incorrectly created a new RDN
      
      Anything which built up an X509_NAME could get a messed-up structure,
      which would then be "wrong" for anyone using that name.
      
      Thanks to Ingo Schwarze for extensive debugging and the initial
      fix (documented in GitHub issue #5870).
      
      Reviewed-by: default avatarPaul Dale <paul.dale@oracle.com>
      (Merged from https://github.com/openssl/openssl/pull/5882)
      bbf27cd5
  2. 05 Apr, 2018 6 commits
  3. 04 Apr, 2018 12 commits
  4. 03 Apr, 2018 17 commits
  5. 02 Apr, 2018 3 commits
  6. 01 Apr, 2018 1 commit