You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-9
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# AWS libcrypto (AWS-LC)
2
2
3
-
[](https://gitter.im/awslabs/aws-lc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
-
5
3
AWS-LC is a general-purpose cryptographic library maintained by the AWS Cryptography
6
4
team for AWS and their customers. It іs based on code from the Google BoringSSL project
7
5
and the OpenSSL project.
@@ -31,7 +29,7 @@ ls *
31
29
```
32
30
See [Building.md](https://github.com/aws/aws-lc/blob/main/BUILDING.md) for more
33
31
information about required dependencies and build options. If you’re interested in
34
-
getting involved open an Issue to discuss your plan or talk to us on Gitter.
32
+
getting involved [open an issue](https://github.com/aws/aws-lc/issues/new/choose) to discuss your plan.
35
33
[Contributing.md](https://github.com/aws/aws-lc/blob/main/CONTRIBUTING.md) has
36
34
info for how to specifically make the change and get it reviewed by AWS-LC maintainers.
37
35
If you just want to use AWS-LC see our existing documentation in the public header
@@ -52,7 +50,7 @@ other libcrypto projects.
52
50
53
51
AWS-LC is compatible with the majority of OpenSSL’s APIs to make it easy to use with
54
52
existing applications. We’re open to discussing adding missing functionality and
55
-
understanding your use case in an Issue or on Gitter.
53
+
understanding your use case in an [issue](https://github.com/aws/aws-lc/issues/new/choose).
56
54
57
55
### Compiler, OS, and CPU support
58
56
@@ -104,12 +102,11 @@ verified on certain platforms with caveats include:
104
102
105
103
## Have a Question?
106
104
107
-
If you have any questions about Submitting PR's, Opening Issues, AWS-LC API usage or
108
-
any similar topic, we have a public chatroom available here to answer your questions
109
-
on [Gitter](https://gitter.im/awslabs/aws-lc).
105
+
We use [GitHub Issues](https://github.com/aws/aws-lc/issues) for managing feature requests,
106
+
bug reports, or questions about AWS-LC API usage.
110
107
111
-
Otherwise, if you think you might have found a security impacting issue, please instead
112
-
follow our Security Notification Process.
108
+
If you think you might have found a security impacting issue, please instead
0 commit comments