mirror of
https://github.com/pion/webrtc.git
synced 2025-11-02 19:44:01 +08:00
TestBadCertificate is no longer needed for 1.24+ ``` CreateCertificate will now generate a serial number using a RFC 5280 compliant method when passed a template with a nil Certificate.SerialNumber field, instead of failing. ```