Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ad9aaef

Browse filesBrowse files
authored
Fix removing first certificate in certs-from-mozilla.py (esp8266#8907)
.pem list has no headers, that operation removes a real certificate.
1 parent c3f3631 commit ad9aaef
Copy full SHA for ad9aaef

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎libraries/ESP8266WiFi/examples/BearSSL_CertStore/certs-from-mozilla.py

Copy file name to clipboardExpand all lines: libraries/ESP8266WiFi/examples/BearSSL_CertStore/certs-from-mozilla.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
if item.startswith("'-----BEGIN CERTIFICATE-----"):
4848
pems.append(item)
4949
del names[0] # Remove headers
50-
del pems[0] # Remove headers
5150

5251
# Try and make ./data, skip if present
5352
try:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.