Skip to content

v0.15.4

Compare
Choose a tag to compare
@emmansun emmansun released this 30 Nov 01:32
· 1065 commits to main since this release
9b3333f

Notable changes

  • ecdh: move ECDH method to PrivateKey
  • sm2,smx509: add encoding paths for SM2 ecdh keys
  • sm2: use bigmod and sm2ec instead of math/big and crypto/elliptic
  • sm3: reduce Write calls in Sum
  • sm9: use bigmod instead of math/big
  • smx509: Reallow duplicate attributes in CSRs
  • smx509: create CRLs with Issuer.RawSubject
  • smx509: remove unused member Raw from certificate
  • smx509: add support for PKCS8/PKIX X25519 key encodings preparation
  • all: change build tag generic to purego & import nat package