Sponsored Content
Full Discussion: Signatures
Contact Us Post Here to Contact Site Administrators and Moderators Signatures Post 302576711 by gito on Friday 25th of November 2011 07:27:49 PM
Old 11-25-2011
Look like i am not the only one that would like to have text signature.
 

5 More Discussions You Might Find Interesting

1. HP-UX

List of Signatures

Hi Guys I just want the list of signatures and the event IDs(If there are any) of the HP-UX System log. If anybody having the same, could you please just post me or give the link where I could find them. Thanks Guys Praveen Kumar Pagadala (0 Replies)
Discussion started by: pgdl_praveen
0 Replies

2. Post Here to Contact Site Administrators and Moderators

Signatures

The signatures disappeared. The parameter setting of the forum does not seem to me very stable. Jean-Pierre. (6 Replies)
Discussion started by: aigles
6 Replies

3. UNIX and Linux Applications

Sendmail with Digital Signatures

I have been asked to look into implementing digital signatures with emails sent from our Solaris servers to users. The emails would be sent from "application" accounts on the servers to users in the Windows world (exchange). The only info I could find was a high level blurb (read by a CIO)... (1 Reply)
Discussion started by: bluescreen
1 Replies

4. UNIX for Dummies Questions & Answers

Delete gpt signatures

Hi Can anyone tell me how to delete GPT signatures in linux/unix. Thanks Tannu (3 Replies)
Discussion started by: tannu
3 Replies

5. UNIX for Advanced & Expert Users

Warning: only V3 signatures can be verified, skipping V4 signature

Hello, First, sorry for my english :mad: I just installed php / mysql on my RHEL4 server, when I want to list the installed package for mysql, I received a warning as follows: ------------------------------------------------------------------------------------- # rpm -qa | grep mysql ... (1 Reply)
Discussion started by: gerrard08
1 Replies
DSA_do_sign(3)							      OpenSSL							    DSA_do_sign(3)

NAME
DSA_do_sign, DSA_do_verify - raw DSA signature operations SYNOPSIS
#include <openssl/dsa.h> DSA_SIG *DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa); int DSA_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig, DSA *dsa); DESCRIPTION
DSA_do_sign() computes a digital signature on the len byte message digest dgst using the private key dsa and returns it in a newly allocated DSA_SIG structure. DSA_sign_setup(3) may be used to precompute part of the signing operation in case signature generation is time-critical. DSA_do_verify() verifies that the signature sig matches a given message digest dgst of size len. dsa is the signer's public key. RETURN VALUES
DSA_do_sign() returns the signature, NULL on error. DSA_do_verify() returns 1 for a valid signature, 0 for an incorrect signature and -1 on error. The error codes can be obtained by ERR_get_error(3). SEE ALSO
dsa(3), ERR_get_error(3), rand(3), DSA_SIG_new(3), DSA_sign(3) HISTORY
DSA_do_sign() and DSA_do_verify() were added in OpenSSL 0.9.3. 1.0.1e 2013-02-11 DSA_do_sign(3)
All times are GMT -4. The time now is 01:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy