@@ -67,7 +67,7 @@ impl PublicKey {
6767 ///
6868 /// Note, this method is only for testing, most of the contained data will be
6969 /// junk; and also the produces certificate is not fully spec-adhering:
70- /// https://github.com/indygreg/cryptography-rs/issues/26
70+ /// < https://github.com/indygreg/cryptography-rs/issues/26>
7171 pub fn to_test_cert_pem ( & self , start : u64 , until : u64 , signer : eddsa:: SecretKey ) -> String {
7272 self . to_test_cert ( start, until, signer)
7373 . encode_pem ( )
@@ -78,7 +78,7 @@ impl PublicKey {
7878 ///
7979 /// Note, this method is only for testing, most of the contained data will be
8080 /// junk; and also the produces certificate is not fully spec-adhering:
81- /// https://github.com/indygreg/cryptography-rs/issues/26
81+ /// < https://github.com/indygreg/cryptography-rs/issues/26>
8282 pub fn to_test_cert_der ( & self , start : u64 , until : u64 , signer : eddsa:: SecretKey ) -> Vec < u8 > {
8383 self . to_test_cert ( start, until, signer)
8484 . encode_der ( )
@@ -89,7 +89,7 @@ impl PublicKey {
8989 ///
9090 /// Note, this method is only for testing, most of the contained data will be
9191 /// junk; and also the produced certificate is not fully spec-adhering:
92- /// https://github.com/indygreg/cryptography-rs/issues/26
92+ /// < https://github.com/indygreg/cryptography-rs/issues/26>
9393 pub fn to_test_cert (
9494 & self ,
9595 start : u64 ,
0 commit comments