]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
new blind-id lib for linux64
authorRudolf Polzer <divverent@alientrap.org>
Thu, 25 Nov 2010 20:17:41 +0000 (21:17 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 25 Nov 2010 20:17:41 +0000 (21:17 +0100)
misc/builddeps/dp.linux64/bin/blind_id
misc/builddeps/dp.linux64/include/d0_blind_id/d0.h
misc/builddeps/dp.linux64/include/d0_blind_id/d0_blind_id.h
misc/builddeps/dp.linux64/lib/libd0_blind_id.a
misc/builddeps/dp.linux64/lib/libd0_blind_id.la
misc/builddeps/dp.linux64/lib/libd0_blind_id.so.0.0.0
misc/builddeps/dp.linux64/lib/libd0_rijndael.a
misc/builddeps/dp.linux64/lib/libd0_rijndael.la
misc/builddeps/dp.linux64/lib/libd0_rijndael.so.0.0.0
misc/builddeps/dp.linux64/lib/pkgconfig/d0_blind_id.pc
misc/builddeps/dp.linux64/lib/pkgconfig/d0_rijndael.pc

index 6e9de199fc9cece92b0d122d0b3686fa9c835c6f..e448345dfe367548b24acde27be3a764c2b06494 100755 (executable)
Binary files a/misc/builddeps/dp.linux64/bin/blind_id and b/misc/builddeps/dp.linux64/bin/blind_id differ
index 858b020b2a17378b75897720c1eb1c2e823ef64b..56a7a0b343ae2e5bd68a4fde07ee3f8e2959faf9 100644 (file)
@@ -44,6 +44,6 @@
 
 extern void *(*d0_malloc)(size_t len);
 extern void (*d0_free)(void *p);
-extern const char *d0_bsd_license_notitce;
+extern const char *d0_bsd_license_notice;
 
 #endif
index a2ac822de2c33f9ba821b08cb0670f3b6e71cf20..4723e761f6d77e21696b1bc45919d5611678bdc2 100644 (file)
@@ -30,7 +30,7 @@
  * SUCH DAMAGE.
  *
  * $Format:commit %H$
- * $Id: a5ce51adb7f65e09a28a49ba8f96767ea1529d70 $
+ * $Id: bea924581e2a7daf61a2fe20ab360ed1f05f5aaa $
  */
 
 #ifndef __D0_BLIND_ID_H__
@@ -71,7 +71,9 @@ D0_EXPORT D0_WARN_UNUSED_RESULT D0_BOOL d0_blind_id_authenticate_with_private_id
 D0_EXPORT D0_WARN_UNUSED_RESULT D0_BOOL d0_blind_id_authenticate_with_private_id_verify(d0_blind_id_t *ctx, const char *inbuf, size_t inbuflen, char *msg, size_t *msglen, D0_BOOL *status);
 D0_EXPORT D0_WARN_UNUSED_RESULT D0_BOOL d0_blind_id_authenticate_with_private_id_generate_missing_signature(d0_blind_id_t *ctx);
 D0_EXPORT D0_WARN_UNUSED_RESULT D0_BOOL d0_blind_id_sign_with_private_id_sign(d0_blind_id_t *ctx, D0_BOOL is_first, D0_BOOL send_modulus, const char *message, size_t msglen, char *outbuf, size_t *outbuflen);
+D0_EXPORT D0_WARN_UNUSED_RESULT D0_BOOL d0_blind_id_sign_with_private_id_sign_detached(d0_blind_id_t *ctx, D0_BOOL is_first, D0_BOOL send_modulus, const char *message, size_t msglen, char *outbuf, size_t *outbuflen);
 D0_EXPORT D0_WARN_UNUSED_RESULT D0_BOOL d0_blind_id_sign_with_private_id_verify(d0_blind_id_t *ctx, D0_BOOL is_first, D0_BOOL recv_modulus, const char *inbuf, size_t inbuflen, char *msg, size_t *msglen, D0_BOOL *status);
+D0_EXPORT D0_WARN_UNUSED_RESULT D0_BOOL d0_blind_id_sign_with_private_id_verify_detached(d0_blind_id_t *ctx, D0_BOOL is_first, D0_BOOL recv_modulus, const char *inbuf, size_t inbuflen, const char *msg, size_t msglen, D0_BOOL *status);
 D0_EXPORT D0_WARN_UNUSED_RESULT D0_BOOL d0_blind_id_fingerprint64_public_id(const d0_blind_id_t *ctx, char *outbuf, size_t *outbuflen);
 D0_EXPORT D0_WARN_UNUSED_RESULT D0_BOOL d0_blind_id_sessionkey_public_id(const d0_blind_id_t *ctx, char *outbuf, size_t *outbuflen); // can only be done after successful key exchange, this performs a modpow; key length is limited by SHA_DIGESTSIZE for now; also ONLY valid after successful d0_blind_id_authenticate_with_private_id_verify/d0_blind_id_fingerprint64_public_id
 
index eb493d817f60dedd4d34c5dbe093b0e1b132e1ec..18d03d68aeb3c2d90a051645ca140fc4f883b11f 100644 (file)
Binary files a/misc/builddeps/dp.linux64/lib/libd0_blind_id.a and b/misc/builddeps/dp.linux64/lib/libd0_blind_id.a differ
index 0d3b4866d92a7632ca383d4f95aae1d4c48ef618..0dbd791abed23fad4e25a33003bfdad400c51617 100755 (executable)
@@ -5,10 +5,10 @@
 # It is necessary for linking the library.
 
 # The name that we can dlopen(3).
-dlname=''
+dlname='libd0_blind_id.so.0'
 
 # Names of this library.
-library_names=''
+library_names='libd0_blind_id.so.0.0.0 libd0_blind_id.so.0 libd0_blind_id.so'
 
 # The name of the static archive.
 old_library='libd0_blind_id.a'
@@ -17,7 +17,7 @@ old_library='libd0_blind_id.a'
 inherited_linker_flags=''
 
 # Libraries that this one depends upon.
-dependency_libs=' -L/tmp/Darkplaces.build.linux64.deps/lib /tmp/g/lib/libgmp.la'
+dependency_libs=' /usr/lib/libgmp.la'
 
 # Names of additional weak libraries provided by this library
 weak_library_names=''
@@ -38,4 +38,4 @@ dlopen=''
 dlpreopen=''
 
 # Directory that this library needs to be installed in:
-libdir='/tmp/d0c/lib'
+libdir='/home/rpolzer/Games/Xonotic/misc/builddeps/dp.linux64/lib'
index 493c6342344d2a1af1cc2ce6997e97a40f530420..519f92ed9df448ff7ef0011259933b449a8bd8f6 100755 (executable)
Binary files a/misc/builddeps/dp.linux64/lib/libd0_blind_id.so.0.0.0 and b/misc/builddeps/dp.linux64/lib/libd0_blind_id.so.0.0.0 differ
index f1c8d7338f996b5e71bec95d96ebb16d4293eb5a..bf76810d2770c274770af548602d760af4a67c41 100644 (file)
Binary files a/misc/builddeps/dp.linux64/lib/libd0_rijndael.a and b/misc/builddeps/dp.linux64/lib/libd0_rijndael.a differ
index 729015db7c866b47484d50416ea974a708493b43..9d61d5ebd2d6410850bc6dfb6c4d067e188f142e 100755 (executable)
@@ -5,10 +5,10 @@
 # It is necessary for linking the library.
 
 # The name that we can dlopen(3).
-dlname=''
+dlname='libd0_rijndael.so.0'
 
 # Names of this library.
-library_names=''
+library_names='libd0_rijndael.so.0.0.0 libd0_rijndael.so.0 libd0_rijndael.so'
 
 # The name of the static archive.
 old_library='libd0_rijndael.a'
@@ -17,7 +17,7 @@ old_library='libd0_rijndael.a'
 inherited_linker_flags=''
 
 # Libraries that this one depends upon.
-dependency_libs=' -L/tmp/Darkplaces.build.linux64.deps/lib /tmp/g/lib/libgmp.la'
+dependency_libs=' /usr/lib/libgmp.la'
 
 # Names of additional weak libraries provided by this library
 weak_library_names=''
@@ -38,4 +38,4 @@ dlopen=''
 dlpreopen=''
 
 # Directory that this library needs to be installed in:
-libdir='/tmp/d0c/lib'
+libdir='/home/rpolzer/Games/Xonotic/misc/builddeps/dp.linux64/lib'
index 62f1ab53e0205dbec954f78cce2f3751584e06ee..1f004d881de2ca6f12f64cd7d0ab7c61dfa3a733 100755 (executable)
Binary files a/misc/builddeps/dp.linux64/lib/libd0_rijndael.so.0.0.0 and b/misc/builddeps/dp.linux64/lib/libd0_rijndael.so.0.0.0 differ
index 6b2a2e1a9c4fbbd9ff6e6348fe42da99e37f5ec6..2aa42ed92b27d985799308cda2c5e5b1671cc131 100644 (file)
@@ -1,4 +1,4 @@
-prefix=/tmp/d0c
+prefix=/home/rpolzer/Games/Xonotic/misc/builddeps/dp.linux64
 exec_prefix=${prefix}
 libdir=${exec_prefix}/lib
 includedir=${prefix}/include
index 20d0d8f1c887fcde16e533492837998de7bef003..a2965d20e9b9608be69f7f06454acdcfadcb1c70 100644 (file)
@@ -1,4 +1,4 @@
-prefix=/tmp/d0c
+prefix=/home/rpolzer/Games/Xonotic/misc/builddeps/dp.linux64
 exec_prefix=${prefix}
 libdir=${exec_prefix}/lib
 includedir=${prefix}/include