Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8c4475f9
Commit
8c4475f9
authored
Nov 23, 2014
by
Lars Magne Ingebrigtsen
Browse files
* gnutls.c: Fix Windows function definition of gnutls_x509_crt_get_fingerprint.
parent
1653296f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/ChangeLog
src/ChangeLog
+3
-1
src/gnutls.c
src/gnutls.c
+2
-1
No files found.
src/ChangeLog
View file @
8c4475f9
2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnutls.c: Fix
ed
Windows function definition of
* gnutls.c: Fix Windows function definition of
gnutls_x509_crt_get_fingerprint.
* gnutls.c: Fix Windows return value for gnutls_pk_algorithm_get_name.
* gnutls.c (Fgnutls_boot): Save certificate for later inspection.
* process.h: Added more fields to Lisp_Process to track
...
...
src/gnutls.c
View file @
8c4475f9
...
...
@@ -169,7 +169,8 @@ DEF_GNUTLS_FN (int, gnutls_x509_crt_get_dn,
(
gnutls_x509_crt_t
,
char
*
,
size_t
*
));
DEF_GNUTLS_FN
(
int
,
gnutls_x509_crt_get_pk_algorithm
,
(
gnutls_x509_crt_t
,
unsigned
int
*
));
DEF_GNUTLS_FN
(
int
,
gnutls_pk_algorithm_get_name
,
(
gnutls_pk_algorithm_t
));
DEF_GNUTLS_FN
(
const
char
*
,
gnutls_pk_algorithm_get_name
,
(
gnutls_pk_algorithm_t
));
DEF_GNUTLS_FN
(
int
,
gnutls_pk_bits_to_sec_param
,
(
gnutls_pk_algorithm_t
,
unsigned
int
));
DEF_GNUTLS_FN
(
int
,
gnutls_x509_crt_get_issuer_unique_id
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment