Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
* src/http.c (CERT_DIGEST): The digest of the certificate appears
Browse files Browse the repository at this point in the history
to have changed; update to the new login cert.
  • Loading branch information
keybuk committed Mar 15, 2007
1 parent 1eb72b5 commit dd7c5db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2007-03-15 Scott James Remnant <scott@netsplit.com>

* src/http.c (CERT_DIGEST): The digest of the certificate appears
to have changed; update to the new login cert.

2006-07-02 Scott James Remnant <scott@netsplit.com>

* configure.ac: Bump version to 0.2.6.
Expand Down
2 changes: 1 addition & 1 deletion src/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

/* Parts of the certificate we check */
#define CERT_IDENTITY "secure.formula1.com"
#define CERT_DIGEST "8b:69:10:49:d4:ee:de:4a:14:3d:5b:76:5b:72:6b:a5:cd:8a:36:16"
#define CERT_DIGEST "89:e7:70:73:49:84:f6:c6:08:03:6c:28:57:c0:ec:cc:4a:b3:68:f9"


/* Forward prototypes */
Expand Down

0 comments on commit dd7c5db

Please sign in to comment.