Fix EC_GROUP_new_from_ecparameters to check the base length
[openssl.git] / CONTRIBUTING
index 57be75ce2b8a24a1ccf1a54d5163fcc54423d1e4..83c0dde1281944f35c6fe92d0b067534c5cc5c1b 100644 (file)
@@ -41,8 +41,8 @@ guidelines:
     https://www.openssl.org/policies/codingstyle.html) and compile
     without warnings. Where gcc or clang is available you should use the
     --strict-warnings Configure option.  OpenSSL compiles on many varied
-    platforms: try to ensure you only use portable features.  Clean builds
-    via Travis and AppVeyor are required, and they are started automatically
+    platforms: try to ensure you only use portable features.  Clean builds via
+    GitHub Actions and AppVeyor are required, and they are started automatically
     whenever a PR is created or updated.
 
     5.  When at all possible, patches should include tests. These can