Index: src/ObjOpenSSL.h ================================================================== --- src/ObjOpenSSL.h +++ src/ObjOpenSSL.h @@ -1,9 +1,9 @@ /* * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/hg/objopenssl/ + * https://webkeks.org/git/?p=objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * Index: src/SSLInvalidCertificateException.h ================================================================== --- src/SSLInvalidCertificateException.h +++ src/SSLInvalidCertificateException.h @@ -1,9 +1,9 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objopenssl/ + * https://webkeks.org/git/?p=objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * Index: src/SSLInvalidCertificateException.m ================================================================== --- src/SSLInvalidCertificateException.m +++ src/SSLInvalidCertificateException.m @@ -1,9 +1,9 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objopenssl/ + * https://webkeks.org/git/?p=objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * Index: src/SSLSocket.h ================================================================== --- src/SSLSocket.h +++ src/SSLSocket.h @@ -1,9 +1,9 @@ /* * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/hg/objopenssl/ + * https://webkeks.org/git/?p=objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * Index: src/SSLSocket.m ================================================================== --- src/SSLSocket.m +++ src/SSLSocket.m @@ -1,9 +1,9 @@ /* * Copyright (c) 2011, Jonathan Schleifer * - * https://webkeks.org/hg/objopenssl/ + * https://webkeks.org/git/?p=objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * Index: src/X509Certificate.h ================================================================== --- src/X509Certificate.h +++ src/X509Certificate.h @@ -1,9 +1,9 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objopenssl/ + * https://webkeks.org/git/?p=objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * @@ -22,10 +22,11 @@ #include #import #import + @class OFDictionary; /* OIDs: */ #define OID_commonName @"2.5.4.3" #define OID_surname @"2.5.4.4" @@ -41,11 +42,12 @@ @interface X509OID: OFObject { OFString *string; } -- initWithUTF8String: (const char*) str; + +- initWithUTF8String: (const char*)str; @end @interface X509Certificate: OFObject { X509 *crt; @@ -71,6 +73,5 @@ equalDomain: (OFString*)domain; - (OFDictionary*)X509_dictionaryFromX509Name: (X509_NAME*)name; - (X509OID*)X509_stringFromASN1Object: (ASN1_OBJECT*)obj; - (OFString*)X509_stringFromASN1String: (ASN1_STRING*)str; @end - Index: src/X509Certificate.m ================================================================== --- src/X509Certificate.m +++ src/X509Certificate.m @@ -1,9 +1,9 @@ /* * Copyright (c) 2011, Florian Zeitz * - * https://webkeks.org/hg/objopenssl/ + * https://webkeks.org/git/?p=objopenssl.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. *